On Oct 16, 2:09 pm, [EMAIL PROTECTED] (Jenda Krynicky) wrote: > use FileHandle;
The FileHandle module exists largely for reasons of backward compatibility. New code should: use IO::Handle; or use IO::File; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/