Help for this page

Select Code to Download


  1. or download this
    use DBI qw(:sql_types);
    my $query="SELECT * FROM $table WHERE (ukey = ?)";
    my $sth=$dbh->prepare($query);
    $sth->bind_param(1, $ukey, SQL_VARCHAR);
    $sth->execute();
    
  2. or download this
    ---
    print map { my ($m)=1<<hex($_)&11?' ':'';
    $m.=substr('AHJPacehklnorstu',hex($_),1) }
    split //,'2fde0abe76c36c914586c';