I am using pack to encode a small section of source code I have written but it does not seem to function on other servers, is it not portable after doing this?
What I have done is to put the packed code after __END__ then call it with data, on my server it works fine but on others it executes but produces no output.
.Any suggestions would be appreciated.