my $test = "a"; print $test."\n"; $test++; print $test."\n"; $test--; print $test."\n"; [download]
In reply to Increment/Decrement Operator with Strings by perl_lover