in reply to Re: Re: Grep file before sending through socket
in thread Grep file before sending through socket
This is equivalent in effect to writing my $file = join('', <FILE>); but without the extra overhead to build up a temporary array and set of strings to populate it with.
|
|---|