in reply to Re3: alphanumeric autoincrement?
in thread alphanumeric autoincrement?
Sorry to disagree, but Perl won't do this.
How do you convert a string like 'perlhacker' to an integer?
But Perl is able to increment 'perlhacker' to 'perlhackes', this is some magic built into the increment operator.
|
|---|