Perhaps you're using the wrong File::Path. What is the output of the following:
use strict; use warnings; use File::Path; use Data::Dumper; warn File::Path->VERSION; warn Dumper \%INC;
Update: note that make_path and remove_tree are available only since File::Path version 2.07
In reply to Re: FILE::PATH question
by zwon
in thread FILE::PATH question
by erbin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |