Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    say "\@arr ~~ 3 matches" if @arr ~~ 3;
    __END__
    5 ~~ @arr matches
    
  2. or download this
        Any  Num   numeric equality  $a == $b