#!/usr/bin/perl
my $string = "a";
for( $i = 0; $i < 64; $i++ ) {
$string++;
print "string = '$string'\n";
}
Originally posted as a Categorized Answer.
In reply to Re: Why does $string++ work the way it does?
by spaz
in thread Why does $string++ work the way it does?
by spaz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |