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

Trouble with Win32::GUI app spawning child processes

by reasonablekeith (Deacon)
on Apr 17, 2008 at 09:11 UTC ( [id://681082]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub NI_Click {
        `"C:\\PATH\\IEXPLORE.EXE" http://ourserver`;    # please ignore th
    +e hardcoded path
    }
    
  2. or download this
    sub NI_Click {
        my $pid = fork();
    ...
            exit();
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-03-29 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found