Help for this page

Select Code to Download


  1. or download this
    perl -e '
    $a = 5;
    ...
        print "They are not the same\n";
    }
    '
    
  2. or download this
    if ( $a == $b and $a == $c ) {
       print "true\n";
    } else {
       print "not true";
    }