RE: directory and file operations

2004-04-02 Thread Bob Showalter
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

Re: directory and file operations

2004-04-01 Thread WC -Sx- Jones
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: [