I am pretty new to perl and please forgive me if asking too obvious question.
The string i would like to parse has following structureand i want to parse N using $line =~ /<td(.*?)>(.*?)<\/td>/ but unusually the string appears as<td some text here> N </td>
the code which i'm using would miss that N. any ways to play around with it? thanks in advance. shawn<td some text here> N </td>
In reply to parsing html by qingxia
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |