The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package net;

# Configure these for your local system
$httpserver  = "localhost:80";
$cgidir      = "/cgi-bin/lwp";

# Used for proxy test
$ftp_proxy = "http://localhost/";

1;