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

Re: Things every perl programmer should know?

by l2kashe (Deacon)
on Jun 04, 2003 at 17:47 UTC ( [id://263076]=note: print w/replies, xml ) Need Help??


in reply to Things every perl programmer should know?

Things every Perl programmer should know...

How to manipulate the variable types, take and use references to them, and probably by extension how they are stored in the symbol table. What the performance benefits are between them, and how to determine if the speed increase from using say an array over a hash is really worth it, if they spend extra cycles attempting to determine which index to get the data back out of. Also the difference between passing around an array vs passing around a reference to an array

slices, map, and grep should be tossed out there as well I suppose ;).. Most notably slices, it's amazing how a loop can be inlined via map/grep and an array/hash slice.

Update:everybody's favorite friend Data::Dumper should probably be tossed out there too ;)

MMMMM... Chocolaty Perl Goodness.....
  • Comment on Re: Things every perl programmer should know?

Log In?
Username:
Password:

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

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

    No recent polls found