Bastian Angerstein wrote:
Why does this donÂt work in my Script?

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



Does the file exists and can you read it?

--
Flemming Greve Skovengaard            The killer's breed or the Demon's seed,
a.k.a Greven, TuxPower                The glamour, the fortune, the pain,
<[EMAIL PROTECTED]>           Go to war again, blood is freedom's stain,
4112.38 BogoMIPS                      Don't you pray for my soul anymore.


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