Re: Perl Regular Expressions

2002-02-18 Thread Jeff 'japhy' Pinyan
On Feb 18, Kittler, Karl said: >I've been writing in Perl for quite some time now, however regular >expressions have eluded me. I'm not completely sure why, but they have. >Now that I need them I figure I better get some assistance soon. Perhaps http://japhy.perlmonk.org/book/ will help. > ($li

Re: Perl Regular Expressions

2002-02-18 Thread Briac Pilpré
On Mon, 18 Feb 2002 at 22:44 GMT, Karl Kittler wrote: > I'm also trying to figure out how to collect both the URL and the link > name in one line of code. From what I've read, it looks like it can be > done. Forget regexes, use a proper HTML parser. TokeParser is nice for this task #!/usr/bin