1 2 3 4 5 6 7 8
package Encode::EUC_JP; use Encode; our $VERSION = '0.01'; use XSLoader; XSLoader::load('Encode::EUC_JP',$VERSION); 1; __END__