Hi All
Why can't I move to the parent directory using
system "cd ..";
Actually cd command doesn't work at all with system !!! why ?

Though I can do so by
chdir("..");

Is there a way to physically move to another dir, for eg.
[aman@aman /usr/home/aman]$./pdir.pl
[aman@aman /usr/home]$

Thanks in advance
Aman


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to