Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

#!/usr/bin/perl -w
use strict;
# a very simple proxy
my $proxy = HTTP::Proxy->new;
$proxy->verbose( shift || 0 );
$proxy->start;