Help for this page

Select Code to Download


  1. or download this
    >perl -MO=Concise -e"@b = grep f, @h{@a}"
    ...
    ...
    ...
    a              <@> hslice lK ->b
    ...
    
  2. or download this
    >perl -e"@a = grep { $_='!'; 0 } @h{qw(i j)};"
    
    >perl -e"@a = sort { $a='!'; 0 } @h{qw(i j)};"
    Modification of a read-only value attempted at -e line 1.