You'll notice that I have the newline on a separate line from the orginal print. I tried several versions of getting those two print lines on one line but all failed. Is this the way to do newlines with a varying variable?#! /usr/local/bin/perl use warnings ; use strict ; my $one = 1 ; until ($one == 100000) { print $one++ ; print "\n" ; }
In reply to A better way to print by ellem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |