Help for this page

Select Code to Download


  1. or download this
       { do_something( $_) } forall ( @alist ) where { condition( $_ ) }
  2. or download this
    do_something( $_ ) for grep condition( $_ ), @alist;