Juman::DB_File
Wrapper class of DB_File
- Provided by: libjuman-perl (Version: 7.0-3.4)
- Source: juman
- Report a bug
Wrapper class of DB_File
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";
}
Perl-5.8.x XXXXXXXXXXX Unicode XXXXXXXXXXXXXX XX EUC XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXX encode/decode XX XXXXXXX
XX "Juman::DB_File" XXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXX encode/decode XXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX "encoding" XXXXXXXXXX"encoding" XXXXXXXXXXXXX XXXXXXXXXXXXXXXXXX
Hey! The above document had some coding errors, which are explained below: