On Wed, 2003-09-24 at 16:54, Frantzcy Paisible wrote:
> Yes, I saw that, but was kind off trying to avoid it.
> Is it the "only" way ? I have lots f "legacy" code in those lib file.

It's definitely the best way to do it, but if you must, you can do this
instead:

BEGIN {
    do 'lib1.lib';
}

That uses more memory though.

- Perrin

Reply via email to