Siegfried Heintze (Aditi) wrote:
the following does not produce an error and does not work.$ perl -MFile::Tasks -e '(File::Tasks->new)->remove_dir("2008-03-11_15-42-58/");
File::Path is probably a better choice than File::Tasks. perl -MFile::Path -e 'rmtree("2008-03-11_15-42-58")' -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/