Help for this page

Select Code to Download


  1. or download this
    perl -ne "if (/Variable3 (.*)/ > 0.900) { print 1 }" ...
    
  2. or download this
    perl -ne "if ( (/Variable3 (.*)/)[0] > 0.900 ) { print 1 }" ...