Help for this page

Select Code to Download


  1. or download this
    if ($item1 eq $item3 or $item2 eq $item3) {
        ## do something
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    else {
        print "I would rather watch Gilligan's Island\n";
    }