Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Is there a Limit on Matching .*

by svsingh (Priest)
on Jul 14, 2003 at 23:53 UTC ( [id://274230]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          $/ = '</h1>';
          my $chunk = <HTMFILE>;
          $chunk =~ m%<title>(.+)</title>.*<h1>(.+)</h1>%i;
    
  2. or download this
          $/ = '</h1>';
          my $chunk = <HTMFILE>;
    ...
          my $title = $1;
          $chunk =~ m%<h1>(.+)</h1>%i;
          my $heading = $1;
    

Log In?
Username:
Password:

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

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

    No recent polls found