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); [download]
You hopefully know that the first argument to make_path will be the class name File::Path.
McA