Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Building a hash of employees.

by djantzen (Priest)
on Jul 02, 2003 at 06:30 UTC ( [id://270719]=note: print w/replies, xml ) Need Help??


in reply to Building a hash of employees.

Since this is a prototype you're probably fine using a simple hash, but archon's suggestion to use a DBM or database is good advice if the project begins to expand. I think I'd be inclined to keep the variable length entries (i.e., skills) in an array though. It'll be cleaner to iterate over an array than to ensure properly formatted strings to split on commas upon retrieval.


"The dead do not recognize context" -- Kai, Lexx

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-18 18:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found