the data i have is
<div class='PlayVideo'></div> A8A <div class='RadioButtonClipStyle'>
i want to fetch A8A. can you guyz tell me where i am going wrong?foreach $l(@lines) {#traversing the file if($line=~ /<div class=\'PlayVideo\'><\/div>\n(.*?)/) { $kb_layout_id=$&; print "$kb_layout_id\n"; } }
In reply to to get next line of pattern matched by ansh batra
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |