Scroll to navigation

Juman::DB_File(3pm) User Contributed Perl Documentation Juman::DB_File(3pm)
 

NAME

Juman::DB_File - Wrapper class of DB_File

SYNOPSIS

 use Juman::DB_File;
 use encoding "euc-jp";
 tie( %hash, 'Juman::DB_File', $dbfile, &O_CREAT ) or die;
 $hash{"XX"} = "X";
 while( my( $key, $value ) = each %hash ){
     print "$key:$value\n";
 }

DESCRIPTION

Perl-5.8.x XXXXXXXXXXX Unicode XXXXXXXXXXXXXX XX EUC XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXX encode/decode XX XXXXXXX
XX "Juman::DB_File" XXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXX encode/decode XXXX

ENCODING

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX "encoding" XXXXXXXXXX"encoding" XXXXXXXXXXXXX XXXXXXXXXXXXXXXXXX

SEE ALSO

DB_File
perltie

AUTHOR

XX XX <tsuchiya@pine.kuee.kyoto-u.ac.jp>

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 20:
Non-ASCII character seen before =encoding in '$hash{"XX"}'. Assuming UTF-8
Around line 102:
=over without closing =back
2011-07-01 perl v5.20.0