in reply to Re^2: copying each and every file from source directory to destination directory
in thread how to a specific group of files from source directory to destination directory

You'll need to install the File::Util module from CPAN.

You might like to read A Guide to Installing Modules if you're unfamiliar with module installation.

-David

  • Comment on Re^3: copying each and every file from source directory to destination directory

Replies are listed 'Best First'.
Re^4: copying each and every file from source directory to destination directory
by asdfghjkl (Initiate) on Oct 20, 2007 at 07:42 UTC
    i am connected to server . i am not sure whether i could do it.when i am trying to install
    Can't open perl script "Makefile.PL": No such file or directory. Use -S to search $PATH for it.
    is the thing i am getting thanks and regards dharani

    20071110 Edited by Co-Rion: Restored content

      Are you in the correct directory ? (The one containing Makefile.PL)

      Please read the instructions very carefully (don't skip over bits that aren't typing).

      -David