in reply to Re: Loading module data
in thread Loading module data

You're right ikegami,
Just putting a load(); in the module is the cleanest way to do the job.
Thanks!
allan

PS:
I was trying load(); in a BEGIN block in the module, -- that didn't work, and now I see why.