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

Re^13: How best to strip text from a file?

by Kenosis (Priest)
on Nov 13, 2012 at 04:30 UTC ( [id://1003551]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if(/Title:(.+)/){
        next RECORD if $seen{$hash{orderID}}{$1};
        $seen{$hash{orderID}}{$1}++;
        $hash{title} = $1;
    }
    
  2. or download this
    $hash{OrderID}{title}
    
  3. or download this
    $hash{orderID}        = $1 if !defined $hash{orderID} and /Order ID:(\
    +S+)/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-03-19 10:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found