http://www.perlmonks.org?node_id=330726


in reply to Using Remote Modules over HTTP

Er, nevermind. I forgot that it needs a filehandle. You could save to a temporary file, but your method works just as well.

Why do you spawn another Perl interpreter to fetch the code? Just load the modules yourself and do it all in your package. Spawning another perl process just uses up more overhead.