Help for this page

Select Code to Download


  1. or download this
    
            use File::Spec;
    ...
            print "canonpath: $bif_path\n";
            $bif_path = File::Spec->catfile ('', $bif_path);
            print "catfile: $bif_path\n";
    
  2. or download this
    "\\foo\go\do"
    
  3. or download this
    "\foo\go\do"