$file = "text.txt"; open (file); <file>; print; close (file);
I understood that <file>; gets a line (the first in this case) and, in this case, it puts the line in $_ . Also, print; (without args) prints the content of $_ .
Any idea about it?
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
