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

haha yes :p

Replies are listed 'Best First'.
Re^3: regex/perl golf: loops (10)
by Anonymous Monk on Apr 25, 2012 at 21:10 UTC
    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
      Then would be: print "perlmonks rule!\n" x 10;