Gossamer Forum
Home : General : Perl Programming :

Re: [Forum Bot] @ISA

Quote Reply
Re: [Forum Bot] @ISA In reply to
Hi,

ISA is only for inheritance and object oriented programming. You are making a function call which doesn't go through the same method dispatching that class/object methods do.

As a simple fix, try:

Module->Subroutine("input");

instead. This will get treated like a class method.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread @ISA Dafyyd 3690 Sep 6, 2002, 4:08 PM
Thread Re: [Forum Bot] @ISA
Alex 3592 Sep 6, 2002, 4:33 PM
Thread Re: [Alex] @ISA
Paul 3588 Sep 7, 2002, 2:07 AM
Post Re: [Paul] @ISA
Dafyyd 3553 Sep 7, 2002, 3:03 PM