Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -we 'use strict; my $value=1; my $lower_limit = 0;
      my $upper_limit = 2; if ( ( $value <= $upper_limit )
    ...
        print "the value is in the range!\n";
    }
    -e syntax OK