tomy $data=''; while (<$file>) { $data .= $_; }
binmode($file); my $data; { local $/; $data = <$file>; }
In reply to Re: Remove Extra bytes at end of file
by ikegami
in thread Remove Extra bytes at end of file
by slloyd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |