Help for this page

Select Code to Download


  1. or download this
    open(OUTPUT, "$script |") or die "Cannot run '$script': $!";
    my @output;
    while (<OUTPUT>) {
      push @output, $_ if /EXPRESSION/;
    }