John Doe wrote: > The Ghost am Freitag, 2. Dezember 2005 19.30: > >> open FILE, "<$File::Find::name"; > > Always check if operations succeeded: > > open (FILE, '<', $File::Find::name) > or die "couldn't open $File::Find::name: $!";
Thanks, don't know how I missed that. :-) John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>