On Sun, 19 Jun 2005, santosh kumar wrote: > [Please] help me [with] the perl code reg ex for acheiving the > following : > ( Please note that we should not use any CPAN modules like HTML::Parser etc )
Please show what you've tried so far. Please explain why you can't use a CPAN module for this. A parser is absolutely the right way to solve this problem. A regex is absolutely the wrong way to solve this problem. And reinventing that which has already been done 1000 times before is absolutely, positively, no doubt at all not a good use of your time :-) But, if you're absolutely set on doing this the way you ask, you *must* clarify *exactly* what you want to extract, and you *must* explain what code you've tried already. Only then can we help sort things out. This list is not a free script writing service. Sorry for any confusion. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>