What value is printed using the following code? my $i="abc"; $i++; print $i,"\n";