Help for this page

Select Code to Download


  1. or download this
    cat $filename | extract-info
    
  2. or download this
    $output=`cat $filename | extract-info`;
    print($output);