Hi Sluggers: Summary: I have Perl code written in various .pl files. One main file uses "require" so that interfaces from the other .pl files are available. The main file has the path to perl in there.
The other files just have interfaces and their implementation as well. I have written these ones using the POD format Objective and Problem: I tried to use Morse.pm to hide the code in the POD formatted files only. The code is hidden when I first run them from my PC. However the main script file which is not Morsed cannot read the Morsed encoded code. I have loaded "use Morse" at the very top in each of the interface files. I'm running the main script on apache using RH 7.3 . Any suggestions. Louis. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
