Versión Tk de un programa para buscar proxies de forma online.
Una imagen
El código
#!usr/bin/perl
#Proxy Tester 0.5
#Version Tk
#Coded By Doddy H
use Cwd;
use Tk;
use Tk::FileSelect;
use Tk::Dialog;
use LWP::UserAgent;
my $nave = LWP::UserAgent->new();
$nave->timeout(5);
$nave->agent(
"Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.12) Gecko/20080201Firefox/2.0.0.12"
);
#if ($^O eq 'MSWin32') {
#use Win32::Console;
#Win32::Console::Free();
#}
my $color_texto = "green";
my $color_fondo = "black";
my $newd =
MainWindow->new( ...