Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Executing DOS shell commands via system()

by crouchingpenguin (Priest)
on Jun 06, 2003 at 14:13 UTC ( [id://263680]=note: print w/replies, xml ) Need Help??


in reply to Executing DOS shell commands via system()

cbro was spot on. Also, concerning your use of system... This is probably what you want/mean:

system(@args) == 0 || die "Failed to delete: $!";

See system concerning return value.


cp
----
"Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic."

Log In?
Username:
Password:

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

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

    No recent polls found