in reply to Re: Re: Re: Re: number of lists in array
in thread number of lists in array
I doubt it's efficient but this just looks too wierd not to mention.
my $lines = do{ my $file_name = 'in.txt'; open my $fh, $file_name or die "$file_name: $!"; () = <$fh>; }; print $lines;
|
|---|