Help for this page

Select Code to Download


  1. or download this
    { a => undef } ~~ sub { $_[0] eq 'a' }
    
  2. or download this
    sub { $_[0] eq 'a' } ~~ { a => undef }
    
  3. or download this
    sub { $_[0] eq 'a' } ~~ { a => undef }
    
  4. or download this
    'b' ~~ { a => undef }
    
  5. or download this
    undef ~~ \%hash