in reply to cdrom stuff...

You can either use a system() and call the appropriate copy command for your platform, or use the File::Copy module included with Perl

Replies are listed 'Best First'.
RE: Re: cdrom stuff...
by athomason (Curate) on Jun 07, 2000 at 01:07 UTC
    File::Copy on its own only copies real files, not directories. See my reply further down for ways to do it with File::Tools or rolling your own version.