WC -Sx- Jones wrote:
> MuthuKumar wrote:
> > print "Enter a path name: ";
> > my $path=;
> > chdir($path);
>
>
> chdir never "stays" in the directory...
Huh? Sure it does.
>
> Proof:
>
> print "Enter a path name: ";
> my $path=;
> chdir($path);
> print `pwd`;
That doesn't prove anything. The
MuthuKumar wrote:
print "Enter a path name: ";
my $path=;
chdir($path);
chdir never "stays" in the directory...
Proof:
print "Enter a path name: ";
my $path=;
chdir($path);
print `pwd`;
You want -
perldoc -f opendir
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [