Perl Packages: Part 1
One of the features of Perl is its packages. Packages is the basis for object oriented programming and it is also used to extend Perl functionality via modules. In this first of a series, we talk about packages, what they are, how to define them and the symbol table. perl• packages• object oriented programming• object oriented• linux