Help for this page

Select Code to Download


  1. or download this
    selectall_arrayref($sql,{ Slice => {} });
    
  2. or download this
    my $rows = $DBH->selectall_arrayref($sql,{ Slice=>{} });
    
    ...
          # add key/value for Pi to every row. 
         $_->{pi}   = 3.14;
    }