Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Regex not working

by imrags (Monk)
on Jul 17, 2009 at 09:24 UTC ( [id://780976]=perlquestion: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 11:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found