Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

(jeffa) Re: Is there a Limit on Matching .*

by jeffa (Bishop)
on Jul 15, 2003 at 15:09 UTC ( [id://274443]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($title) = $chunk =~ /<title>([^<]+)/;
    my @h1      = $chunk =~ /<h1>([^<]+)/g;
    
  2. or download this
    use strict;
    use warnings;
    ...
    <h1>three</h1>
    </body>
    </html>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-16 21:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found