in reply to Re: How to find SELECT tag in HTML and print its values?
in thread How to find SELECT tag in HTML and print its values?

I know Perl...I am doing pattern matching to find option, but after that printing them is where I needed some help.
  • Comment on Re: Re: How to find SELECT tag in HTML and print its values?

Replies are listed 'Best First'.
Re^3: How to find SELECT tag in HTML and print its values?
by Roy Johnson (Monsignor) on Mar 24, 2004 at 17:16 UTC
    Then try re-asking your question, telling us how far you've got, and what you can't figure out. For example, if you've found the lines that look like  <option value="whatever">, and you need to know how to parse out what's in the quotes, that would be your question.

    The PerlMonk tr/// Advocate
Re: Re: Re: How to find SELECT tag in HTML and print its values?
by CountZero (Bishop) on Mar 24, 2004 at 19:59 UTC
    I know Perl

    But does Perl know you? ;-)

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law