Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

arc/array-each-override

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published