Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^4: Getting back control..to main script

by Ratazong (Monsignor)
on Feb 24, 2011 at 14:40 UTC ( [id://889990]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Getting back control..to main script
in thread Getting back control..to main script

From the exec documentation:

The exec function executes a system command and never returns.
And when executing the following script
exec "dir /s d:\\temp\\"; print "done\n"; exit 0;
I get the warning
Statement unlikely to be reached at test6.pl line 2. (Maybe you meant system() when you said exec()?)
So exec isn't likely the correct answer to "getting back control". ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found