Help for this page

Select Code to Download


  1. or download this
    if ( $cwd =~ m#(/.*)/# ) {
        $cwd = $1;
        print $cwd;
    }