|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re: reading and working with grow.out filesby Riales (Friar) |
| on Apr 23, 2012 at 23:51 UTC ( #966699=note: print w/ replies, xml ) | Need Help?? |
|
Is that the code you're actually running? I'm thinking your FIND constant is actually defined as 'MC9' so when you execute the following line, you just print the input_record_separator (which you earlier defined as FIND) once for each line your script reads in.
I'm not familiar with IO::File but that's my best guess as to what you're seeing. Something like this should work for your purposes:
In Section
Seekers of Perl Wisdom
|
|