in reply to Re: close or die
in thread Making an array out of each line in a file

Thanks,
I sometimes need some help with my English. Besides I think the original request was rather lacking to understand that
my ( $a, $b, ... $z )
is acutally an array. So it was my intention - and even though it was counter productive in the end - to avoid confucion of what is actually going on between open and close.
BTW, my choice for reading a file into an array still is File::Slurp which was discussed quite exhaustively recently in a thread i just cannot find right now.

Cheers,
PerlingTheUK

Replies are listed 'Best First'.
Re^3: close or die
by chb (Deacon) on Nov 12, 2004 at 08:39 UTC
    Just to be super-super pedantic: my ( $a, $b, ... $z ) is a list, not an array :-)