This repository was archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
arc/array-each-override
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NAME Array::Each::Override - "each" for iterating over an array's keys and values SYNOPSIS use Array::Each::Override; my @array = get_data(); while (my ($i, $val) = each @array) { print "Position $i contains: $val\n"; } AUTHOR Aaron Crane <arc@cpan.org> COPYRIGHT Copyright 2007 Aaron Crane. This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License, or (at your option) under the terms of the GNU General Public License version 2.
About
Perl 5 library Array::Each::Override
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published