Hi,
I am trying to run a simple proxy code that would Anonymize the request to a server.
I am using perl 5.6.0 version and when trying to run the code I get this is error :
======
s...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10328510.html
Zones:
PerlDate Answered: 04/14/2000 Grade: A Views: 0
Currently I am using a sequential flow to spider a list of url. The code are shown below.
use LWP::UserAgent;
use CGI qw(:standard);
require HTTP::Request;
$indir="\\urllist\\";
$infileID=...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20105954.html
Zones:
PerlDate Answered: 04/29/2001 Grade: C Views: 0
I've written a perl script to login to a web site then pull a web page displaying some numbers. When I run my script I don't get the numbers back instead I get an error page.
All details are lo...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20242653.html
Zones:
PerlDate Answered: 12/29/2001 Grade: A Views: 4
hello,
I'm having difficulties deflating gzip encoded documents retrieved from sites that have gzip encoding.
here's the code:
##www.pl
#!/usr/bin/perl
use IO::Socket;
use IO::Socke...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20748150.html
Zones:
PerlDate Answered: 11/17/2003 Grade: A Views: 33
I'm trying to do the following:
Post to URL#1 with Contents (x=x&y=y) and Save the cookies that are set;
Then, post to URL#2 with Contents (a=a&b=b) and SET the cookies that were saved above.
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20991473.html
Zones:
PerlDate Answered: 05/18/2004 Grade: A Views: 0
Hi,
i'd like to monitor a website, the script gets the http response using LWP::UserAgent,
fine so far but the webiste gives trouble because it first connects to a sql which takes
time, after ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21142819.html
Zones:
PerlDate Answered: 10/08/2004 Grade: B Views: 0
Hi, when i m requesting from the url, i get <title>Error</title></head><body>The parameter is incorrect. </body>
Actually this url is redirected to some other page.
but when i request from url ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21191651.html
Zones:
PerlDate Answered: 11/29/2004 Grade: A Views: 0
Hi experts,
I am trying to submit a form then I will get redirected to different page, but my code doesn't work the way I want it.
Here is what I am wanting to do using paypal as an example.....
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21510776.html
Zones:
PerlDate Answered: 08/03/2005 Grade: A Views: 0
This is my first attempt using LWP. I put together the following code using samples I found on the Internet. I'm asking for help because I can't get past the following Syntax Error... "syntax error...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_21710692.html
Zones:
CGIDate Answered: 01/25/2006 Grade: A Views: 0
I need to be able to get a form using LWP and POST. Following the pod, I've got this far, but the script won't compile, complains about Bad Header Type for Content adn Content_Type
my $ua = ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10225457.html
Zones:
PerlDate Answered: 10/27/1999 Grade: B Views: 0