Help for this page

Select Code to Download


  1. or download this
    File::Path->import(...)
    
  2. or download this
    "File::Path"->import(...)
    
  3. or download this
    my $pathtool = "File::Path";
    $pathtool->import(...)
    
  4. or download this
    File::Path::import("File::Path",...);