I have a large perl package and need just one small standalone subroutine in it.
The use statement will lead to compile errors if I do not have all the dependencies in my perl install. A work around would be to copy and paste the sub inline. Is there another way to reference a standalone sub in a complex perl package? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]