Help for this page

Select Code to Download


  1. or download this
        @{slice_or_whatever} = map {whatever} @results;
  2. or download this
    for (@{$sth->fetchall_arrayref}) {
    # . . .
    }