The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Loop version:1.00"

Loop - Smart, Simple, Recursive Iterators for Perl programming. River stage zero No dependents

Loop on an Array # loop on an array, at index 3, change the value in the array to "three" my @array = qw (alpha bravo charlie delta echo); Loop::Array @array, sub { my($index,$val)=@_; if($index == 3) { # modify the element in the original array # no...

GSLONDON/Loop-1.00 - 13 Mar 2003 03:10:37 UTC
1 result (0.02 seconds)