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

Re^3: Class::Std problem

by ikegami (Patriarch)
on Jan 19, 2009 at 06:37 UTC ( [id://737219]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -we"@hierarchy = qw(EEBL::League::Schedule); () = sort { $a->isa
    +($b) ? -1 : $b->isa($a) ? +1 : 0 } @hierarchy;"
    
    >perl -we"@hierarchy = qw(EEBL::Team EEBL EEBL::Config); () = sort { $
    +a->isa($b) ? -1 : $b->isa($a) ? +1 : 0 } @hierarchy;"
    
    >
    
  2. or download this
    >perl -we"() = sort { die } 1"
    
    ...
    Died at -e line 1.
    
    >
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 01:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found