Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

(tye)Re: has it been blessed?

by tye (Sage)
on Mar 06, 2002 at 16:30 UTC ( [id://149730]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if(  ref($obj)  &&  UNIVERSAL::isa($obj,'Class')  ) {
            $obj->invoke_method();
        }
    
  2. or download this
        if(  ref($obj)  &&  UNIVERSAL::isa($obj,'UNIVERSAL')  ) {
  3. or download this
        if(  ref($obj)  &&  UNIVERSAL::can($obj,'can')  ) {
    # or
        if(  ref($obj)  &&  UNIVERSAL::can($obj,'isa')  ) {
    
  4. or download this
        use UNIVERSAL qw( isa can );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 23:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found