drfrog has asked for the wisdom of the Perl Monks concerning the following question:
and $obj->prant doesnt exist, say its a typo,sub mysub { $obj=shift; $obj->prant('hello world'); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: detecting improperly called subroutines
by Ovid (Cardinal) on Apr 15, 2002 at 23:04 UTC | |
|
Re: detecting improperly called subroutines
by seattlejohn (Deacon) on Apr 15, 2002 at 23:02 UTC | |
|
Re: detecting improperly called subroutines
by chip (Curate) on Apr 15, 2002 at 23:17 UTC | |
|
Re: detecting improperly called subroutines
by impossiblerobot (Deacon) on Apr 15, 2002 at 23:10 UTC | |
|
Re: detecting improperly called subroutines
by hossman (Prior) on Apr 15, 2002 at 23:26 UTC | |
by Ovid (Cardinal) on Apr 16, 2002 at 00:37 UTC |