As documented in use, require and accessing import directly should get what you want.
The BEGIN block is optional depending on where you want this done:
BEGIN { require SOAP::Lite; SOAP::Lite->import($DEBUG ? qw(+trace debug) : ()); }
In reply to Re: Loading a module at runtime
by wind
in thread Loading a module at runtime
by jhisey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |