Do you mean like so?
#!/usr/local/bin/perl use warnings; use strict; my $one = 1; until ($one == 100000) { print $one++, "\n"; }
In reply to Re: A better way to print
by cjf
in thread A better way to print
by ellem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |