Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

(All roads lead to Rome) Re: Re: C vs perl

by Ovid (Cardinal)
on Apr 28, 2002 at 19:22 UTC ( [id://162701]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $alpha ( @alphas ) {
      foreach my $beta ( @betas ) {
    ...
        }
      }
    }
    
  2. or download this
    my %alpha;
    @alpha{ @alphas } = undef; # suppress void context warnings
    ...
        # do something
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found