Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Perl/Tk System Function Error

by afoken (Chancellor)
on Nov 18, 2011 at 10:20 UTC ( [id://938771]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    system('start "" "C:\\program files\\my application\\kaboom.exe" /foo 
    +/bar');
    
  2. or download this
    system(1,'C:\\program files\\my application\\kaboom.exe','/foo','/bar'
    +);
    #      ^-- the 1 is the special case for Windows
    

Log In?
Username:
Password:

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

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

    No recent polls found