Gayatri wrote:

Please reply to the list

thanks for ur suggetions
I am sorry u told me to start new thread.
i donot know how to start in a new thread.


Just address your email with the question to [EMAIL PROTECTED]

I didnot mean chdir() is not working.
I am not able to run the file from that dir.After calling the chdir


Are you sure chdir succeeded? Check your current working directory (perldoc Cwd)
How are you trying to run the file? Which OS are you running this on?


Can you post your code (if it is not too big a file)?

.
U told it is possible without chdir can u give me some hints.
thanks in advance.
Thanks and Regards
-Gayatri


    ----- Original Message -----
    From: Sudarshan Raghavan <mailto:[EMAIL PROTECTED]>
    Cc: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
    Sent: Tuesday, June 24, 2003 4:37 PM
    Subject: Re: searching the solution

Gayatri wrote:

    >Hi
    >

Please start a new thread to ask a question

    >I am writing a perl scipt in that I want to change the dir to
    some other and run a exe from there is it possible?
    >

    Yes it is possible, it is also possible to do that without
    changing to
    that directory

    >Because chdir is not working there.
    >


Why do you say chdir is not working? Does the call return false? What is the value stored in $!? Change your code to chdir ($your_dir) or die "chdir failed, $!\n"; and see what happens

    >Thanks and Regards
    >-Gayatri
    >
    >



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


********************************DISCLAIMER**********************************

This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege of Deccanet Designs Ltd.
If you have received this message in error, please notify the originator
immediately. If you are not the intended recipient, you are notified that
you are strictly prohibited from retaining, using, copying, altering or
disclosing the contents of this message.

****************************************************************************





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



Reply via email to