in reply to Re^3: text to array
in thread text to array

it does not work , stops after first line of document

Replies are listed 'Best First'.
Re^5: text to array
by Anonymous Monk on Jun 06, 2013 at 09:35 UTC
    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