Help for this page

Select Code to Download


  1. or download this
    system('script.pl', $arg1, $arg2);
    
    system('script.pl', @args);
    
    system($^X, 'script.pl', @args);
    
  2. or download this
    use Parser;
    my $parser = Parser->new(@args);