Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

coderef to an object method

by genecutl (Beadle)
on Jul 21, 2004 at 05:01 UTC ( [id://376160]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $server->setcallback(
            data       => \&gotdata,
            connect    => \&connected,
            disconnect => \&disconnected,
        ) || die "Error setting callbacks: $@\n";
    
  2. or download this
    package ParentClass;
    # [...]
    ...
        my $self = shift;
        # [...]
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found