From:                   Michael Pastore <[EMAIL PROTECTED]>
> Tim/Rob/All,
> 
> Being a Perl nubie....and not having alot of experience in installing
> and using Perl modules...I decided to go the route of using the system
> function..
> 
> I took a look at CPAN and what was involved in installing the module
> and using it (was confused)...looked pretty involved..at least for me,
> rather than just putting:
> 
> system ('copy d:\server\vsiwork\*.tag d:\server\vsiout'); 
> 
> in the code...

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.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to