Help for this page

Select Code to Download


  1. or download this
    $cwd = getcwd();
    $path = $ENV{'DOCUMENT_ROOT'};
    if ($^O =~ /^MSWin/i) {
    ...
      $cwd =~ s,/$,,;
      $path =~ s,/$,,;
    }