Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Use of Handle to use subroutines in a module

by manishrathi (Beadle)
on Aug 08, 2011 at 08:01 UTC ( [id://919165]=note: print w/replies, xml ) Need Help??


in reply to Re: Use of Handle to use subroutines in a module
in thread Use of Handle to use subroutines in a module

How do I know which module is Object Oriented Perl module and which one is not ?
  • Comment on Re^2: Use of Handle to use subroutines in a module

Replies are listed 'Best First'.
Re^3: Use of Handle to use subroutines in a module
by davido (Cardinal) on Aug 08, 2011 at 08:04 UTC

    You type: perldoc Module::Name, and look at the SYNOPSIS section in the documentation. If you see an object being instantiated it's an OO module. If you see bare functions being used, it's not OO.... unless you have one of those modules that does both, such as CGI. For those, you'll have to actually read a little further in the documentation.


    Dave

Log In?
Username:
Password:

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

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

    No recent polls found