59 PM, Edward and Erica Heim wrote:
Hi all,
I'm using LWP::UserAgent to access a website. One of the methods
returns HTML data e.g.
my $data = $response->content;
I.e. $data contains the HTML content. I want to be able to parse it
line by line e.g.
foreach (split /pattern/, $data) {
Hi all,
I'm using LWP::UserAgent to access a website. One of the methods
returns HTML data e.g.
my $data = $response->content;
I.e. $data contains the HTML content. I want to be able to parse it line
by line e.g.
foreach (split /pattern/, $data) {
my $line = $_;
..
If I print $da
Hi Raf,
Yours is the first email that I have received on this topic. Not sure
why I missed the other.
I tried a forced installation but this didn't work. See below.
Thanks and best regards, Edward
On 26/03/2013 9:14 AM, rjc wrote:
On Thu, Mar 14, 2013 at 10:57:15PM GMT, Edward and
Hi All,
I'm trying to install "LWP::Protocol::https" on my system. I had already
successfully installed LWP. I am running Perl v5.14.2 on Cygwin. I noted
that the installation of some of the dependencies for
"LWP::Protocol::https" had failed so I decided to look into this and try
to install t