Gossamer Forum
Quote Reply
@ISA
From what I understand, if I have loads of modules, and don't want to write $x = &Module::Subroutine("input");, then at the top of the script, I can just write @ISA = qw(Module);, and use VARS qw(@ISA); and it will look for the sub in that module. Only it doesn't work. What am I doing wrong?

Paul? Alex?


I understand that it controls inhertiance, so if i wanted I could do @ISA = qw(Higher::Class); and everything in it would be overridden.

Last edited by:

Forum Bot: Sep 6, 2002, 4:12 PM
Subject Author Views Date
Thread @ISA Dafyyd 4223 Sep 6, 2002, 4:08 PM
Thread Re: [Forum Bot] @ISA
Alex 4117 Sep 6, 2002, 4:33 PM
Thread Re: [Alex] @ISA
Paul 4115 Sep 7, 2002, 2:07 AM
Post Re: [Paul] @ISA
Dafyyd 4069 Sep 7, 2002, 3:03 PM