Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > e0f0961b75b8c06a97c13e17e9f38b60 > files > 27

perl-HTTP-Proxy-0.304.0-5.mga7.noarch.rpm

#!/usr/bin/perl -w
use HTTP::Proxy qw( :log );
use strict;

# a very simple proxy
my $proxy = HTTP::Proxy->new(@ARGV);
$proxy->start;