in reply to FILE::PATH question
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: FILE::PATH question
by AnomalousMonk (Archbishop) on Jan 05, 2010 at 18:54 UTC |