Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: replace conditionals with polymorphism

by Corion (Patriarch)
on Feb 10, 2009 at 08:29 UTC ( [id://742697]=note: print w/replies, xml ) Need Help??


in reply to Re^2: replace conditionals with polymorphism
in thread replace conditionals with polymorphism

You likely know this, but others mightn't:

Perl provides the class with no name. It's identical to the main:: namespace:

package Hello; @Hello::ISA=''; package main; sub p { print for @_ }; Hello->p('World')

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-19 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found