Re: split

2013-05-03 Thread Edward and Erica Heim
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) {

split

2013-05-03 Thread Edward and Erica Heim
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

Re: Mozilla::CA installation

2013-03-25 Thread Edward and Erica Heim
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

Mozilla::CA installation

2013-03-14 Thread Edward and Erica Heim
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