The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package net;
use strict;
use warnings;

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

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

1;