Dhiraj P Nilange wrote:
>
> Hello.
Hello,
> I have Windows98. I wrote a
> small script just to change
> directory.
>
> $a=chdir("bin");
> print $a;
>
> this script prints 1. So chdir returned
> true after success. But in reality
> directory is not changed. The directory
> named "bin" exists in the current directory.
>
> Is this problem of portability ? if yes what
> other function should I use? by the way
> I am using Active
It will change the directory but only while the program is running.
John
--
use Perl;
program
fulfillment
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]