in reply to Help on parsing an array
my @urls = map { /href=([^\n\r]+)/ } @strings;
I would wonder if at a higher level your task may be better suited for one of the HTML Parser modules though.:-)
Wonko.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Help on parsing an array
by Anonymous Monk on May 13, 2003 at 13:58 UTC | |
|
Re: Re: Help on parsing an array
by Anonymous Monk on May 13, 2003 at 14:01 UTC |