Help for this page

Select Code to Download


  1. or download this
    <div class='PlayVideo'></div>
            A8A
            <div class='RadioButtonClipStyle'>
    
  2. or download this
    foreach $l(@lines)  {#traversing the file 
      if($line=~ /<div class=\'PlayVideo\'><\/div>\n(.*?)/) {
                 $kb_layout_id=$&;     print "$kb_layout_id\n";
             }
    }