in reply to C to Java string conversion script

This ought to work:

$_ = "anStr"; { local $"; $s = qq!{@{[map{"(byte)'$_',"}split//]}}!; }

conv