Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

how do you call this? $x->bar();

by dada (Chaplain)
on Mar 15, 2004 at 11:55 UTC ( [id://336677]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    my $x = 'Foo';
    
    $x->bar();
    
  2. or download this
    package Thing;
    
    ...
    my $x = Thing->new( backend => 'A' );
    
    $x->backend->do();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://336677]
Approved by EvdB
Front-paged by gmax
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found