Hi,
Wanted to send some HTTP/1.0 requests to a SAPI server for verification. When tried to use LWP module for the same, the request sent is an HTTP/1.1. Is there a way to send a request through LWP for HTTP/1.0 or will I have to use a different module? Thnkx.
Hi,
Can you please help me on this. Trying to run DBD::Sybase module. But then I get the following error while compiling the script:
Can't locate loadable object for module DBI in @INC (@INC contains: ./libs /cm/tools/paks/perl-5.8.0/lib/perl5/5.8.0/i686-linux...
Have gotten really good responses from you guys.... thnkx.
If I want to use a perl module for e.g., Parallel.pm from the scripting directory, but not from the default perl path, how will I go about it? :-)
I have been trying the following code....
#!bin/perl
use IO::Socket;
my $host = 'www.google.com';
my $port = 80;
my $sock = new IO::Socket::INET( PeerAddr => $host, PeerPort => $port, Proto => 'tcp');
$sock or die "no socket :$!";
$H2 = "GET /index.html\r\n";
open(LOG1, "> web_resp.log")...
Hi All,
I have a pattern:
"GET /channel_contents?channel_id=$chanid&app_id=$appid.$appversion&stic_id=43D469EC837A4804AB57FF3056947D04&ticket=&authenticator=&stic_ver=2.13.1.14 HTTP/1.0" 200
where in $chanid, $appid, $appversion etc are dynamic variables.
Problem is that i'm not able to...
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.