Help for this page

Select Code to Download


  1. or download this
    
    while(defined (my $row = $stmt->fetchrow_hashref))
    ...
                              $row->{CARRY}) ? $row->{CARRY}: 0,
                    
                );
    
  2. or download this
    while(defined (my $row = $stmt->fetchrow_hashref))
    {
    ...