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: 1243
People who downloaded this item also downloaded
Top results from Programming Languages
SponsoredWhite Papers, Webcasts, and Downloads
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Learn to Develop a World Class Model for your EA Program in 2 days
-
Experience a highly interactive, intimate classroom-style setting for one-on-one attention from trusted Gartner analysts
- Successful EA initiatives- Learn More
- Need a better understanding of how technology can support your most important business initiatives?
-
Come face to face with the industry's most respected analysts, most accomplished business leaders, and most engaged community of peers. This year's agenda is the largest yet! Register today.
- Are you registered for Gartner Symposium/ITxpo? Learn more >>




