Help for this page

Select Code to Download


  1. or download this
    my $c = undef;
    print "$c\n";
    
  2. or download this
    my $ct = $dbh->selectrow_array("SELECT ... WHERE x = ?",{},$c);