Hi , didnt do much.. just changed that while loop to a foreach loop. Just take a look n see if this serves ur purpose..
use strict;
use warnings;
use HTTP::Cookies;
use LWP::UserAgent;
use HTTP::Request::Common qw(POST);
use HTTP::Request::Common qw(GET);
my $ua = new LWP::UserAgent;
my...
Its defenitly a part of some CGI script that process some kind of form.
The information in a form can be send either by GET or POST method.So first script is checking the method.
eg http://www.tek-tips.com/viewthread.cfm?qid=1175050&page=1 is using GET method.
qid=1175050&page=1 is the info...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.