Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare( "SELECT alpha FROM main WHERE alpha LIKE '%$s
    +earch_ip %'" );
    $sth->execute();
    my ($complete_match) = $sth->fetchrow_array;
    
  2. or download this
    $template->param(cm => $complete_match);
    print $CGI->header( );
    print $CGI->title("returned data!");
    print $template->output;
    
  3. or download this
    HTML::Template::param() : attempt to set parameter 'cm' with a scalar - parameter is not a TMPL_VAR! at /var/www/asd/www.pl line 60