Hello, everyone. I have been using simple wrappers around perl so I can run privileged operations. This works nicely, since I'm careful that my embedded executable will only run one perl file. I wish I didn't have to keep my perl source and C wrapper seperate, though .... if I write more than a few of these things, the maintenance will start to become very ugly. Is it possible to get my perl source into the same executable file as my wrapper? Some linker trick, maybe? Or putting all the perl source into a buffer in my wrapper code? (Uck ... need to write a perl tool to do that ... oh, not uck) Forrest not speaking for merrill corporationThread Next