I'm using embed perl 5.8.0 as a script language in one of my applications. I need to keep scripts somehow encoded in order to prevent users from reading some of my scripts. Since decoding to a temporary file is not secure enough, I need a way to feed perl with decoded in memory scripts. Is there a way to do it?