Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: isa() on any scalar

by revdiablo (Prior)
on Jun 10, 2005 at 17:56 UTC ( [id://465619]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        sub use_object_somehow {
          my ($obj, $foo, $bar) = @_;
    ...
          $obj->foo($foo);
          $obj->bar($bar);
        }
    
  2. or download this
        sub _check_obj {
          my ($obj, @methods) = @_;
    ...
    
          return 1;
        }
    
  3. or download this
        sub use_object_somehow {
          my ($obj, $foo, $bar) = @_;
    ...
          $obj->foo($foo);
          $obj->bar($bar);
        }
    

Log In?
Username:
Password:

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

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

    No recent polls found