in reply to Related question: loading modules at run time
in thread How can I source other perl scripts from within a Perl script

if ($we_want_to_use_lwp_simple) { require LWP::Simple; LWP::Simple->import; }
--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

Replies are listed 'Best First'.