Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: Re: A few random questions.

by SquireJames (Monk)
on Dec 10, 2003 at 01:06 UTC ( #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? | Other CB clients
Other Users?
Others studying the Monastery: (4)
As of 2023-10-02 04:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?