Help for this page

Select Code to Download


  1. or download this
    $result=`cat $file | anotherscript.pl`;
    
  2. or download this
    # Note: Code untested!
    my @none=grep { chomp; /NONE$/ } qx(anotherscript.pl <$file);