http://www.perlmonks.org?node_id=879517


in reply to Re^2: Deleting Directories from a path by reading information from Database columns
in thread Deleting Directories from a path by reading information from Database columns

Have a look at this Node http://www.perlmonks.org/?node_id=29734

Replies are listed 'Best First'.
Re^4: Deleting Directories from a path by reading information from Database columns
by Anonymous Monk on Dec 28, 2010 at 22:25 UTC

    Hi, I have an idea on how to delete the directory in Perl. But here I need to delete directories based on the data in the oracle databse.

    According to the script I posted I was able to connect to the database and pull the records I want to delete but not sure from there on how to delete them.