use File::Path; # ok require File::Path; # ok require "File/Path.pm"; # ok require "File::Path"; # Error! [download]
In reply to Re: require mystery by ikegami in thread require mystery by Pstack