Help for this page

Select Code to Download


  1. or download this
    use subs qw(system); 
    my $SYSTEM_SUCCESS = 0; 
    ...
    } 
    local @ARGV = @test_args; 
    do 'launch_rockets.pl';
    
  2. or download this
    use Proc::Background;
    
  3. or download this
    Proc::Background->new('perl', 'launch_missiles.pl');