Help for this page

Select Code to Download


  1. or download this
    sub normalizedPath {
    my ($path, $sep, $doSlashes, $beURLaware) = @_;
    ...
    # Line above gives Warning
    return $path;
    }