Help for this page

Select Code to Download


  1. or download this
    perl -e "if ($ARGV[0] =~ /Variable\s(\d+)$/ and $1 > 0.9 ){print qq(Gr
    +eater than 0.9\n)}" "Variable 1"
    
    
    Greater than 0.9