Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: RFC: Perl Second-Best Practices

by qq (Hermit)
on Dec 19, 2005 at 21:44 UTC ( [id://517904]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $e ( @episodes ) {
      $e->method_one;
      $e->method_two;
      $e->method_three;
    }
    
  2. or download this
    for my $episode ( @episodes ) {
      $episode->method_one;
      $episode->method_two;
      $episode->method_three;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-03-29 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found