Re: Processing a web page (or looping over a multi line string)
- From: "Jason" <japrice@xxxxxxxxx>
- Date: 28 Dec 2005 11:36:45 -0800
I found a solution. Here's what I ended up doing:
my $content = get $url;
die "Couldn't get $url" unless defined $content;
while ($content =~ m/<td>/g) {
#lots of pos hacking with m/?/g
.
- Follow-Ups:
- Re: Processing a web page (or looping over a multi line string)
- From: Paul Lalli
- Re: Processing a web page (or looping over a multi line string)
- References:
- Prev by Date: Re: why a.pl is faster than b.pl
- Next by Date: Re: Each char / letter --> array from string value
- Previous by thread: Re: Processing a web page (or looping over a multi line string)
- Next by thread: Re: Processing a web page (or looping over a multi line string)
- Index(es):