in reply to Parsing web pages (sort of)
# Would like to see the page source but this will work # for one target string per line. # $_ contains mypage.html print $1 if /\s(DE\d{6})/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Parsing web pages (sort of)
by lhoward (Vicar) on May 25, 2000 at 19:30 UTC |