Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl.exe
    print "Content-type: text/html\n\n";
    ...
                    -Filename => $filename,
                    -Flags    => DB_CREATE
            or die "Cannot open file $filename: $! $BerkeleyDB::Error\n";
    
  2. or download this
    $db->db_get("word", $lang); #the word is stored in the $lang variable.