Help for this page

Select Code to Download


  1. or download this
      my ($grp_name, $grp_description) = @_;
       my %form_values="";
    
    ...
       my $occurences = $sth->fetchrow_arrayref->[0];
    
       print "result: $occurences\n";
    
  2. or download this
    DBD::DB2::st execute failed: execute called with 1 bind variables when
    + 0 are needed at miller.pl line 71.
    Cannot execute: execute called with 1 bind variables when 0 are needed
    + at miller.pl line 71.