Top

Proxy Checker

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Mar 01, 2008
Last Updated  Mar 01, 2008
Tags  checker  proxy 

Introduction

Its my first Perl script, and maybe the code isnt trim... Probably better is to using Warnings

Code:

#!/usr/bin/perl -w


and reading of code need to be too elegant, portable way for script to work and on windows in a *nix platform, something like this:
Code:

open(PLIST, "proxy") or die;
foreach $i (<PLIST>) {
 ....
}


And i doesnt need to use WWW::Mechanize modul , but i like it! :lol:

Grab the Code

Comments

  (0)  RSS

Please Register or Login to start posting comments.
Bottom