Help for this page

Select Code to Download


  1. or download this
    mkdir -p real/subdir
    ln -s real link
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            print "getcwd : ", Cwd::getcwd, "\n";
            print "fastcwd: ", Cwd::fastcwd, "\n";
    }