Why does this donīt work in my Script?

open (TEST, "</tmp/test.txt");
while (<TEST>) {
  print $_;
  # or just
  print;
}


-- 
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