Help for this page

Select Code to Download


  1. or download this
    my $result = $dbh->sql("SELECT * FROM $qry WHERE group_name='Procureme
    +nt'");
    foreach (@$result) 
    {
       print @$_;
    }
    
  2. or download this
    Can't use string ("1") as an ARRAY ref while "strict refs" in use at U
    +:\scripts\odbc1.pl line 15.