Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Discussion List day-by-day inspires me.

by monsieur_champs (Curate)
on Oct 27, 2006 at 10:09 UTC ( [id://580891]=poem: print w/replies, xml ) Need Help??

Of course if you have been on a discussion list for more than a few minutes, for sure you saw things like this:

#!perl # Emacs, this is -*- perl -*- use warnings; use strict; use Person::Stub; use ACME; use ACME::Catalog; my $me = new Person::Stub( 'Luis' ); my $nilson = new Person::Stub( 'Nilson' ); my $acme_factory = new ACME( operator => $me ); my $fire_suit = ACME->factory->build( $ACME::Catalog->{Suites}{Militar}{FireProof}{Heavy} ); $me->helps( $nilson->wear( $fire_suit ) ); __END__

Log In?
Username:
Password:

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

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

    No recent polls found