Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: nth field extraction

by anonymized user 468275 (Curate)
on Jul 30, 2018 at 14:37 UTC ( [id://1219485]=note: print w/replies, xml ) Need Help??


in reply to Re^2: nth field extraction
in thread nth field extraction

In that case there could be a slight performance benefit in storing results in a hash, e.g.
my %res; ... ... for my $fullString (however they are obtained) { $res{$fullString} ||= fieldParse( $fullString, etc. ); etc... }

One world, one people

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-25 00:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found