* Ganesan M <[EMAIL PROTECTED]> [2002-07-25 11:07]:
> I am looking for a perl module to do simple file manipulations like
> (list, create, edit, modify, copy, move, rename files in a directory)
> through web interface.  Any module recommendations to do the above
> job?

Well, modules:

  * IO::File (create, modify)
  * File::List (list)  # <--- Not core
  * File::Copy (copy, move)
  * File::Path (mkpath)
  * File::Spec (os-independant filepaths)
  * rename (builtin)

File::Butler seems to support a lot of those things as well, but I can't
vouch for it.

(darren)

-- 
Blore's Razor:
    Given a choice between two theories, take the one
    which is funnier.

Mahanaxer's Correllary:
    The same goes for algorithms.

Reply via email to