Searched defs:fastcwd (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfastcwd.pl11 # Usage: $cwd = &fastcwd;
16 sub fastcwd { subroutine
H A DCwd.pm22 By default, it exports the functions cwd(), getcwd(), fastcwd(), and
49 =item fastcwd
51 my $cwd = fastcwd();
56 chdir() you back into. If fastcwd encounters a problem it will return
59 fastcwd() function will check that it leaves you in the same directory
126 Actually, on Mac OS, the C<getcwd()>, C<fastgetcwd()> and C<fastcwd()>
150 @EXPORT = qw(cwd getcwd fastcwd fastgetcwd);
165 *fastcwd = \&cwd;
249 # Usage: $cwd = &fastcwd;
254 sub fastcwd { subroutine
[all...]

Completed in 32 milliseconds