| September 11 2017 | File::Path Security | Back Next |
File::Path version 2.06 introduced yet another interface.
More precisely, a new function: remove_path()
Essentially, a renamed version of the second interface ...
... with a few more pairs of key-value options thrown in.
remove_tree(
'foo/bar/baz',
'/zug/zwang',
{
verbose => 1,
error => \my $err_list,
}
);
"Recommended" since 2007 -- but much less common on CPAN than Interface 1
| Home Last TOC | Copyright © 2017 James E Keenan | Back Next |