Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    
    print (( $b1 lt $b2 ) ? "True\n" : "False\n");
    print (( $b1 lt $a ) ? "True\n" : "False\n");
    
  2. or download this
    True
    True
    True
    False