Sunday, January 2, 2011

remove directory with some files in Perl

use File::Path;
rmtree("purandaran");

No comments: