--- Jenda Krynicky <[EMAIL PROTECTED]> wrote: > > Being a Perl nubie....and not having alot of experience in > > installing and using Perl modules... > > While this may be a valid reason not to use a module it's not > applicable to File::Copy. > The module is part of the core, you already have it! Just like > anybody else.
Unless your version is too old. Try this to check: perl -MFile::Copy -e 'print "found\n"' It will print "found" if it's available, or self-destruct if it's not. :) Installs aren't that bad, though. Start with something simple and nonvital like The Damian's amusing Acme::Bleach (but don't use it on important code! lol!) and you can't hurt much. ;o] __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]