Shawn Corey <[EMAIL PROTECTED]> writes:

[...]

>
> Believe it or not, write the number as a string.
>
> #!/usr/bin/perl
>
> use strict;
> use warnings;
>
> for ( '000' .. '100' ){
>   print "$_\n";
> }
>
> __END__

Thanks...

This has the right output but its not very obvious how one would use
this to increment a counter and files are being renamed.


-- 
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