home *** CD-ROM | disk | FTP | other *** search
/ CLIX - Fazer Clix Custa Nix / CLIX-CD.cdr / mac / lib / fastcwd.pl < prev    next >
Text File  |  1997-05-18  |  213b  |  11 lines

  1. # By John Bazik
  2. #
  3. # Usage: $cwd = &fastcwd;
  4. #
  5. # This is a faster version of getcwd.  It's also more dangerous because
  6. # you might chdir out of a directory that you can't chdir back into.
  7.  
  8. use Cwd qw(fastcwd);
  9.  
  10. 1;
  11.