Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    in list
    in list
    in list
    
  2. or download this
    use 5.010;
    if ($var ~~ [2, 3]) {
    ...
    else {
        print "not in list\n";
    }