home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-05-18 | 213 b | 11 lines | [TEXT/McPL] |
- # By John Bazik
- #
- # Usage: $cwd = &fastcwd;
- #
- # This is a faster version of getcwd. It's also more dangerous because
- # you might chdir out of a directory that you can't chdir back into.
-
- use Cwd qw(fastcwd);
-
- 1;
-