Help for this page

Select Code to Download


  1. or download this
    $result = grep { $_ == 1 } ...a list...
    
  2. or download this
       ..new list.. = map  { $time - $_ >= $amount } ..a list..
    
  3. or download this
    my @t =
    #$result =
    ...
    #       grep { $_->name =~ /.+\.$suffix$/ } # ...and this
           io($dir)->all;
    die "<", join(", ", @t), ">\n";
    
  4. or download this
    my @t =
    #$result =
    ...
           grep { $_->name =~ /.+\.$suffix$/ } # ...and this
           io($dir)->all;
    die "<", join(", ", @t), ">\n";