Hi, On 02/05/2013 00:17, Steve Cookson wrote:
Or just
sub libDecode ($$){
return decode(@_);
}
At least all the things that might go wrong will all be here.
You're unduly worried ( probably my fault ). my $string = decode($encoding, $binary); Is fine. Cheers Mark
