Help for this page

Select Code to Download


  1. or download this
    @$_ = grep {not $_->{type} eq "warning"} @$_ for $UNNAMED_TOP_THINGY{l
    +ist}{find};
    
  2. or download this
    %UNNAMED_TOP_THINGY = (
    'list' =>          {                   
    ...
                                             ]
                      }
    );
    
  3. or download this
    @$_ = grep {not $_->{column} == 1} @$_ for $UNNAMED_TOP_THINGY{list}{f
    +ind};