perl_lover has asked for the wisdom of the Perl Monks concerning the following question:
my $test = "a"; print $test."\n"; $test++; print $test."\n"; $test--; print $test."\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Increment/Decrement Operator with Strings
by wfsp (Abbot) on Sep 27, 2005 at 05:56 UTC | |
|
Re: Increment/Decrement Operator with Strings
by jbrugger (Parson) on Sep 27, 2005 at 08:07 UTC | |
|
Re: Increment/Decrement Operator with Strings
by reasonablekeith (Deacon) on Sep 27, 2005 at 09:51 UTC | |
|
Re: Increment/Decrement Operator with Strings
by sh1tn (Priest) on Sep 27, 2005 at 07:57 UTC | |
by holli (Abbot) on Sep 27, 2005 at 08:37 UTC | |
|
Re: Increment/Decrement Operator with Strings
by ambrus (Abbot) on Sep 28, 2005 at 22:07 UTC | |
|
Re: Increment/Decrement Operator with Strings
by QM (Parson) on Sep 27, 2005 at 21:27 UTC |