Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Loops qw( MapCar );
    
    my @data = MapCar { [ @_ ] }
               @{ $sth->fetchall_arrayref() };
    
  2. or download this
    use Algorithm::Loops qw( MapCar );
    
    my @data = MapCar { [ @_ ] }
               @{ $dbh->selectall_arrayref($sth_or_sql) };