Help for this page

Select Code to Download


  1. or download this
    for my $list_element (@list) {
        # use $list_element here
    ...
    map { ... } @list;
    grep { ... } @list;
    sort { ... } @list;