Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: [RFC] Module code and POD for CPAN

by jwkrahn (Abbot)
on Apr 14, 2021 at 03:42 UTC ( [id://11131244]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
        for (my $i = 0; $i < scalar @{$self->{'trolley'}}; $i++) {
    ...
            }
        }
    
  2. or download this
    
        for ( my $i = $#{ $self->{ trolley } }; $i >= 0; --$i ) {
    ...
            }
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11131244]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-24 22:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found