ShiftJIS::Collate version 0.01 ================ SYNOPSIS A perl module compares and sorts a list of Shift_JIS strings using JIS X 4061, "the collation of Japanese character strings". use ShiftJIS::Collate; $Collator = ShiftJIS::Collate->new(); @sorted = $Collator->sort(@not_sorted); INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES perl 5.003 or later COPYRIGHT AND LICENCE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Copyright (C) 2001, SADAHIRO Tomoyuki. Japan. All rights reserved.