in reply to Re^2: regular expression
in thread regular expression

Which file?

Nobody said nothin' 'bout no file!

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Replies are listed 'Best First'.
Re^4: regular expression
by Anonymous Monk on Jun 28, 2013 at 11:22 UTC
    the text file

      Dear fellow monk, you are in the wrong filmthread, you want to be there: TEXT TO CSV

      the text file

      What's a text file gotta do with it?

      Cheers, Sören

      (hooked on the Perl Programming language)