Help for this page

Select Code to Download


  1. or download this
    $ perl -e '%x=(1 => 2); if(@x{2, 1}) { print "yes\n" } else { print "n
    +o\n" }'
    yes
    
  2. or download this
    use warnings;
    use strict;
    ...
              2,
              undef
            ];