in reply to Re^2: regex/perl golf: loops (10)
in thread regex/perl golf: loops

lets say it runs from within a perl file, not from using the console.. just as a normal loop would in the average perl script

Replies are listed 'Best First'.
Re^4: regex/perl golf: loops (10)
by trizen (Hermit) on Apr 25, 2012 at 21:23 UTC
    Then would be: print "perlmonks rule!\n" x 10;