Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Automatic Subsequent Indexing.

by muba (Priest)
on Jun 22, 2012 at 15:28 UTC ( [id://977862]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    Event Number Four
    DESCRIPTION
    Lorem ipsum
    
  2. or download this
     <Event 1>
     <Event 2>
     <The Third Event>
     <Event Number Four>
    (All done. 4 result(s) found.)
    
  3. or download this
    my @results = $string =~ m/SUMMARY\s*(.+?)\s*DESCRIPTION/g;
    print map { " <$_>\n"} @results;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found