Help for this page
Select Code to Download
Select
or
download this
{ do_something( $_) } forall ( @alist ) where { condition( $_ ) }
Select
or
download this
do_something( $_ ) for grep condition( $_ ), @alist;