Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: What does chdir ?

by pcouderc (Monk)
on Feb 16, 2017 at 09:34 UTC ( [id://1182132]=note: print w/replies, xml ) Need Help??


in reply to Re: What does chdir ?
in thread What does chdir ?

Thank you, you are right. Using :
print `./autogen.sh';
shows the correct output. So you are right : it does not fail !!
And I shall use error checkong as you indicate. Thank you again.

Replies are listed 'Best First'.
Re^3: What does chdir ?
by Marshall (Canon) on Feb 17, 2017 at 02:14 UTC
    Note that once Perl exits, you will no longer be in 'core/efl'. Perl's chdir does not move the directory of the parent that started Perl. You can eliminate the chdir and combine the chdir path into the system command's path to autogen.sh with a very similar result.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1182132]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-20 02:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found