[ macperl-Bugs-584071 ] LWP::Simple head

[email protected] Fri, 19 Jul 2002 17:19:12 -0700
Newsgroups perl.macperl.porters
Message-ID <[email protected]>
Bugs item #584071, was opened at 2002-07-19 17:19
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=107940&aid=584071&group_id=7940

Category: Standard Library (Modules)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: LWP::Simple head

Initial Comment:
In 5.8.0a2, LWP::Simple's head function always fails.

Code previously run under 5.2.0r4 failed without exception until 
head() was replaced with get() (less efficient but a workaround).

Relevant lines:

   use LWP::Simple qw(get head);
               if (head($url)) { ...

head() always fails. get() works.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=107940&aid=584071&group_id=7940