Thanks, I have tried only using the Lingua::JA:ort::JIS module. The code below is what I have tried and I just can't seem to get it to work. Is this problem with code or are there any other alternatives. Any help appreciatedmy $euc = Lingua::JA:ort::JIS->new();my @sorted_euc_jp_strings = $euc->jsort(@euc_jp_strings);Thanks