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

I think step one would be to learn Perl well enough to take a shot at it yourself. That's probably one of the objectives of the class.

The PerlMonk tr/// Advocate
  • Comment on Re: How to find SELECT tag in HTML and print its values?

Replies are listed 'Best First'.
Re: Re: How to find SELECT tag in HTML and print its values?
by parikhs (Initiate) on Mar 24, 2004 at 16:37 UTC
    I know Perl...I am doing pattern matching to find option, but after that printing them is where I needed some help.
      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
      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