Jeff Westman wrote:

When I ran this

$ perl -ne 's/|^NEWLINE^|^/\n/g;print' loadFile

The program loads the ENTIRE loadfile and then splits characters at whitespace "between" characters and then prints every character followed by a newline.


So, how big is loadfile?

__Sx___________________________________________________________________
print (pack('c5',(41*2),sqrt(7056),(unpack('c',H)-2),oct(115),10));

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to