Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: clean code

by Gilimanjaro (Hermit)
on Apr 21, 2006 at 10:58 UTC ( [id://544848]=note: print w/replies, xml ) Need Help??


in reply to clean code

regex for teh win!

%data = $memory_data =~ /([^=]+)=([^;]*);?/g;

at least, depending on your definition on 'clean'...

update: I now noticed that my regex is almost identical to gellyfish's, but I assign directly to the hash...

Log In?
Username:
Password:

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

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

    No recent polls found