in reply to
Re^4: text to array
in thread
text to array
Sure, you say that, but you don't show 10 lines of file , you can use
perl -MData::Dump -MFile::Slurp -e " dd scalar read_file shift, { qw/ binmode :raw / }; " tenlinefile > tenlinefileasperl.pl
Comment on
Re^5: text to array
Download
Code
In Section
Seekers of Perl Wisdom