Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: table within table

by johncute (Initiate)
on Feb 11, 2010 at 09:35 UTC ( [id://822616]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $ctr=0;
      while(/(<table>[^\000]*?<\/table>)/){
        $text=$1;
    ...
        s/<table_level1>[^\000]*?<\/table_level1>/$table2$table1/;
      }
      s/(<\/?table)_(level\d|\d)/$1/g;
    
  2. or download this
    <table>
        <tr>
            <td>
    ...
            <td colspan="2">Site : <a href="http://www.yahoo.com" target="
    +_blank">www.yahoo.com</a></td>
        </tr>
    </table>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://822616]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (10)
As of 2024-04-24 09:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found