in reply to Inheritance without defining the object on inherited module

... http://www.tutorialspoint.com/perl/perl_oo_perl.htm ...

I suggest you start over, while the articles don't include publish date, its very old tutorial, it includes diy hand rolled CGI parameter parsing ... bad practice since 1993

Start with Modern Perl a loose description of how experienced and effective Perl 5 programmers work....You can learn this too.

Or perloop

The error that I am getting when I execute the code: Global symbol "$object" requires explicit package name at Employee.pm

I suggest you forget about OOP until you learn about variables and subroutines

Coping with Scoping and Modern Perl give a good introduction

For more quality up to date tutorials see Perl Tutorial Hub

  • Comment on Re: Inheritance without defining the object on inherited module

Replies are listed 'Best First'.
Re^2: Inheritance without defining the object on inherited module
by thanos1983 (Parson) on May 18, 2015 at 09:12 UTC

    Hello Anonymous Monk,

    I assumed that this is an old tutorial, it looks like it but for a beginner on OO programming it was like a good start.

    I have some experience on the areas that you mentioned but I am having difficulty to understand how to overcome my problem.

    Thanks again for your time and effort, reading and replying to my question.

    Seeking for Perl wisdom...on the process of learning...not there...yet!