Chris wrote at Sun, 14 Jul 2002 14:31:36 +0200:

> 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?
 
Have a look to the AutoLoader module.
I never used it, but it sounds like it could solve your problem.


Greetings,
Janek


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to