Help for this page

Select Code to Download


  1. or download this
    while(my $ref = $sth->fetchrow_arrayref()) {
      print "first=",$$ref[0]," second=",$$ref[1], .....
    }