Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Aaah, spring (A Very Special Perlmonks Contest)

by ChemBoy (Priest)
on Apr 17, 2002 at 20:36 UTC ( [id://159982]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    map { pox $_ } $montagues, $capulets;
    
  2. or download this
    require House;
    map { pox $_ }
    map { House->new($_) }
        qw(Montague Capulet);
    
  3. or download this
    pox $_ foreach map { House->new ($_) } qw (Montague Capulet);
    
  4. or download this
    BEGIN{ *plague = \&pox;}
    

Log In?
Username:
Password:

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

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

    No recent polls found