Exercises, examples and other material relating to training module P213. This topic is presented on public course
Perl for Larger Projects
Perl for Larger Projects - Objects, huge data, SQL databases, XML, efficiency and other topics.
This advanced course takes the Perl programmer through
... http://www.wellho.net/course/plfull.html [course] |
Custom course - Custom course
Custom course
This is a custom course that will be tailored to your trainee's needs
and based on their current knowledge ... http://www.wellho.net/course/ccfull.html [course] |
Perl's bless function, which turns a reference into an instance of an object, it typically called up as the last action in a constructor method. On today's ... http://www.wellho.net/mouth/246_When ... iable.html [short article] |
We have two friends. They're married. She's a keen advocate of Object Oriented Programming and he can't stand the approach. So take them to the pub, ... http://www.wellho.net/mouth/2169_Whe ... ques-.html [short article] |
"Object Oriented Programming" is a whole new philosophy for programmers who have been writing short scripts for years, and it can be quite frightening ... http://www.wellho.net/mouth/1925_Int ... mming.html [short article] |
There are some occasions when a new example that I write / a topic that comes up on a course results in an article that's so long that it doesn't fit ... http://www.wellho.net/mouth/1864_Obj ... Steps.html [short article] |
Perl Review (module P251) Subroutines in Perl (module P209) More than Simple Lists and Hashes! (module P217) Object Orientation: Individual Objects (module ... http://www.wellho.net/mouth/1435_Obj ... ourse.html [short article] |
In Perl, you can define a class of objects in a module. All the standard Object Oriented facilities are available, and we start with constructors, destructors, instances and accessor methods.
This topic is presented on public course
Perl for Larger Projects
Examples from our training material
| 3cl | Object Orientation - 2 classes and polymorphism |
| bd1.pm | A simple class, using a scalar to store object information |
| bd2.pm | A simple class, using a list to store information about each object |
| bd3.pm | A simple class, storing each object in a hash |
| book.pm | A simple class with a constructor and 2 access methods |
| ce.pm | Object interface to call events |
| commute.pm | commute.pm - used in factory demo |
| journey | Call to factory class. See ramble.pm and commute.pm |
| peeps.pm | Definition of two classes and polymorphism |
| ramble.pm | A class that includes a factory method |
| roar | Sample program to use room.pm |
| room.pm | A simple class which uses a blessed hash |
| scemail | quick check of email address format |
| spammer | Using global matching to extract all matches |
| thing.pm | Generic class for use during exercises |
| ub2 | A test program to use the "book" class |
| ub3 | Another test program to use the book class |
| ubany.pl | Test program for ub1 ub2 and ub3 classes |
| usebook | Sample application, constructs and uses book objects |
| wheretogo | Example that uses commute.pm and ramble.pm |
Background information
Some modules are
available for download as a sample of our material or under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
Resume -- using a class.
Background to instance variables.
Variables, addresses of variables, contents of variables.
A first class.
Structure of the class file.
The new method.
Other methods in the class.
Storing information using complex structures.
Writing applications that are independent of the class internals.
Using a scalar to store information within a class.
Using a list to store information within a class.
Using a hash to store information within a class.
Further capabilities of a hash.
The ability to provide generic set and get methods.
AUTOLOAD.
Summary.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 700 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.