in reply to Quick regex for finding something in an OPTION tag

i'd normally use the CGI module and $myvar=param('option')
perldoc -f CGI shows some good examples
the hardest line to type correctly is: stty erase ^H
  • Comment on Re: Quick regex for finding something in an OPTION tag

Replies are listed 'Best First'.
Re^2: Quick regex for finding something in an OPTION tag
by chromatic (Archbishop) on Oct 29, 2008 at 05:47 UTC

    Can you post some code which shows how you parse HTML with CGI? I'm curious!