Help for this page

Select Code to Download


  1. or download this
    <div class='roundedBoxBody'><p>
    #table that i need
    <p>&nbsp;</p></p>
    
  2. or download this
    $x = "<div class=\'roundedBoxBody\'><p>";
    $y = '<p>&nbsp\;</p></p>';
    $content =~ /$x(.*)$y/ and $content_out = $1;
    print $content_out;