foreach my $File (@Files) {
  print $File  "\n";

This print statement is treating $File as a file handle.  It is similar to:

  print STDERR "\n";

I saw the typo a few minutes after I sent the email (it always happens that way!). At least I'm not loosing my mind.... yet :)

--
Chris





--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to