Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Pixel-based Plotting in Perl?

by pat_mc (Pilgrim)
on Sep 03, 2008 at 15:19 UTC ( [id://708780]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Pixel-based Plotting in Perl?
in thread Pixel-based Plotting in Perl?

That makes things much clearer for me, mr_mischief. Thanks so much for closing this gap in my understanding.

As for libraries, I have to admit I am not completely familiar with the concept. My understanding is that they are units of code with well defined interfaces that perform certain complex actions. Is it helpful to think of them as Perl objects which get created by my Perl programme via suitable constructors and subsequently addressed via appropriate methods or subroutines? Or are they actual programmes started by my Perl programme that run in parallel to it and then interact with it at runtime?

Thanks again in advance for clarifying.

Pat

Replies are listed 'Best First'.
Re^5: Pixel-based Plotting in Perl?
by mr_mischief (Monsignor) on Sep 03, 2008 at 17:49 UTC
    Primarily libraries are the former -- units of code you call from your code as part of the same program. Many but not all of them use an object interface with modules, while others use subroutine calls.

    See perlmod for information on Perl modules, which is how most libraries for use in Perl are presented. See perlboot for a beginner's guide to object-oriented Perl. There's plenty to learn here on PM, too. You can search for different topics that have already been discussed or post questions specific to a module to SoPW.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-24 18:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found