Help for this page

Select Code to Download


  1. or download this
    my @args ;
    
    ...
       else {
          @args = @_ ;
       }
    
  2. or download this
    
    use IPC::Run qw(run harness);
    ...
    #This will not work if you don't have command.com
    my $h2 = harness "perl -v";
    run $h2;