|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^2: read()by Anonymous Monk |
| on Jun 08, 2007 at 03:10 UTC ( #619941=note: print w/ replies, xml ) | Need Help?? |
|
Why can't you `my @data = <FILEHANDLE>;` for binary data? It won't exactly be logically split, but `my $r = join '', @data` works perfectly fine.... Of course, I wouldn't want a huge file in memory...
In Section
Tutorials
|
|
||||||||||||||||||||||