evgeny tsurkin wrote:

> On Thu, 23 May 2002 [EMAIL PROTECTED] wrote:
> Thanks.
> Is there an interface for this in  
> HTTP/HTTP::Request modules & is there something to do the same
> for respones created on the fly?


Very poorly worded, but I think you mean more like this:

my $ua = LWP::UserAgent->new or die "new UserAgent: $!";
my $req = new HTTP::Request 'HEAD', $url or die "new Request: $!";

You should be able to handle a dialog with a server useing LWP UA.
-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to