mutatedgene has asked for the wisdom of the Perl Monks concerning the following question:
#!usr/bin/perl use LWP::Simple; getprint($ARGV[0]); exit;
IO::Socket::connect(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/IO/So +cket.pm:121): 121: $err = $! || (exists &Errno::ETIMEDOUT ? &Errn +o::ETIMEDOUT : 1);
HTTP::Headers::CODE(0x82e8db0)(/usr/lib/perl5/site_perl/5.8.0/HTTP/Hea +ders.pm:59): 59: for (@header_order) { DB<8> HTTP::Headers::CODE(0x82e8db0)(/usr/lib/perl5/site_perl/5.8.0/HTTP/Hea +ders.pm:60): 60: my $lc = lc $_; DB<8> s HTTP::Headers::CODE(0x82e8db0)(/usr/lib/perl5/site_perl/5.8.0/HTTP/Hea +ders.pm:61): 61: $header_order{$lc} = ++$i; DB<8> s HTTP::Headers::CODE(0x82e8db0)(/usr/lib/perl5/site_perl/5.8.0/HTTP/Hea +ders.pm:62): 62: $standard_case{$lc} = $_; DB<8> s
Edit: g0n code tags round output data
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem with LWP
by fishbot_v2 (Chaplain) on Jun 03, 2006 at 01:51 UTC | |
by mutatedgene (Novice) on Jun 03, 2006 at 16:13 UTC | |
|
Re: problem with LWP
by ercparker (Hermit) on Jun 03, 2006 at 00:24 UTC | |
by mutatedgene (Novice) on Jun 03, 2006 at 16:11 UTC | |
|
Re: problem with LWP
by PodMaster (Abbot) on Jun 03, 2006 at 11:59 UTC |