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

Re: Help me write a good reg-exp for this text

by hardburn (Abbot)
on Sep 05, 2003 at 15:59 UTC ( [id://289253]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # @LIST_OF_ENTRIES contains your data, one line per element
    my %description_hash;
    ...
        $value =~ s/\s*\z//;
        $description_hash($name} = $value;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found