Help for this page

Select Code to Download


  1. or download this
    Global symbol "$dbh" requires explicit package name at comb1.pl line 1
    +3.
    Global symbol "$dbh" requires explicit package name at comb1.pl line 1
    +4.
    ...
    Global symbol "$values" requires explicit package name at comb1.pl lin
    +e 18.
    Global symbol "@row" requires explicit package name at comb1.pl line 1
    +8.
    Global symbol "@row" requires explicit package name at comb1.pl line 1
    +9.
    
  2. or download this
    while(@row=$sth->fetchrow_array())       #Fetch the number of rows
    {                                        #returned by the query
       $values=$row[0];
       print "@row\n";
    }