Help for this page

Select Code to Download


  1. or download this
    my $ua=LWP::UserAgent->new();
    $ua->configure({MaxHeaderLines => 1000});
    
  2. or download this
    my $ua=LWP::UserAgent->new(MaxHeaderLines => 1000);