Robin Sheat <[EMAIL PROTECTED]> writes:

> Note that if you have a string such as "000", you can treat it like a 
> number:
> my $a = '000';
> $a++;
> print "$a\n";

Haaa, there it the obvious way I didn't see in Shawns post.
thanks.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to