csuresh01 has asked for the wisdom of the Perl Monks concerning the following question:
Hi All,
I am fairly new to this group and to perl
I have some HTML Pages I have to parse the files and get some results from that.
For Example :
$tmp ="<tr bgcolor=#CCFFFF><td><a href="/Tracking/SmcRel30Story">SmcRe +l30Story</a></td>"
From the $tmp variable I want to know what is postion of the "SmcRel30Story". Then I have to extract the value between href like this /Tracking/SmcRel30Story Can some one pls help me how to proceed this immediately
Regards
CS
20040716 Janitored by Corion: Added formatting, moved from PMD
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to find the Postion of String
by pelagic (Priest) on Jul 16, 2004 at 14:18 UTC | |
|
Re: How to find the Postion of String
by gellyfish (Monsignor) on Jul 16, 2004 at 14:43 UTC | |
|
Re: How to find the Postion of String
by pbeckingham (Parson) on Jul 16, 2004 at 14:47 UTC | |
|
Re: How to find the Postion of String
by EdwardG (Vicar) on Jul 16, 2004 at 14:29 UTC |