* Adam Rice <[EMAIL PROTECTED]> [2002-10-05 23:26]: > If I was writing this for work I would include error > checking and read and write the file in 64k blocks, but > there's no fun way to do that in Perl so I'll leave it out > here.
Yes there is. $/ = \(65536); See perldoc perlvar on $/ -- Regards, Aristotle
