in reply to Re: Re: Re: Re: Selecting Random Sequence
in thread Selecting Random Sequence

LWP::Simple returns the content of the URL it fetches as it's value.

LWP::UserAgent returns a HTTP::Result structure - look at the content field for the URL content.

  • Comment on Re: Re: Re: Re: Re: Selecting Random Sequence