Help for this page

Select Code to Download


  1. or download this
    for (my $element = 0; $element<$total_element; $element++)
    
  2. or download this
    for my $command (@run) {
    ...
    
  3. or download this
    if (system( $run_cmd ) != 0) {
        print "Running command '$run_cmd' failed: $!/$?\n";
        $err = 1;
    };