Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Re: A few random questions.

by SquireJames (Monk)
on Dec 10, 2003 at 01:06 UTC ( [id://313628]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $process = join (" ",$execution_path, $options);
    system ($process);
    
  2. or download this
    my $execution_path = "cmd.exe";
    my $options = "/K C:\\Perl\\Perl.exe myscript.pl";
    
    my $process = join (" ",$execution_path, $options);
    system ($process);
    

Log In?
Username:
Password:

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

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

    No recent polls found