Manipulate arrays and hashes like a pro with this Perl function guide
- Tags:
- Development Tools,
- Function,
- Perl,
- Programming Languages,
- Scripting Languages,
- Software Development,
- Software/Web Development,
- TechRepublic Inc.,
- Web Development
- Source:
- TechRepublic
FREE Registration is required
Overview: This document explores some of the most useful Perl functions for manipulating arrays and hashes, with brief explanations of how each one works and when it should be used.
While Perl is well-known for its string processing capabilities, the scripting language is also very capable when it comes to manipulating arrays and hashes—two common programming tasks. This download lists several these Perl data structure functions in an easy to read quick reference table. Besides listing the function, showing the syntax, and explaining how and when to use it, each function is also shown in an example code snippet. Some of the functions explained in this download include:
- scalar(@arr)
- pop(@arr)
- delete $hash{$key}
- sort(@arr)
This download is also available as a TechRepublic article.
(Is this item miscategorized? Does it need more tags? Let us know.)
Format: PDF | Size: 68KB | Date: Aug 2005 | Version: 1.0 | System Requirements: Acrobat Reader 5.0 or later | License: copyright | Downloads: 1272
People who downloaded this item also downloaded
Top results from Programming Languages
White Papers, Webcasts, and Resources
- Think Again - Cyber Crime, think your data isnt as attractive as theirs? Trend MicroLearn how you can better protect your enterprise against data-stealing malware-even before it reaches your network.
- Choosing the Best CRM for Your Organization OracleGet tips for evaluating CRM systems for their functionality, ease of integration, customization features, and cost. (Oracle)
- Why Isn't Server Virtualization Saving Us More? A Few Small Changes May Dramatically Increase Your Efficiency VMwareEver wonder why your company isn't saving more from its server virtualization? Making a few small changes could dramatically increase your efficiency.




