in reply to my code error-ing out trying to grab html

try adding the following after the variable declarations: $ua = LWP::UserAgent->new;

Replies are listed 'Best First'.
Re: Re: my code error-ing out trying to grab html
by RayRay459 (Pilgrim) on Mar 12, 2002 at 09:00 UTC
    thank you for your help. that fixed the error.
    Ray