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


in reply to Recursive directories

I'm not sure why you think that you can call make_path as a class method?

File::Path->make_path($path);

You hopefully know that the first argument to make_path will be the class name File::Path.

McA