murfet has asked for the wisdom of the Perl Monks concerning the following question:
---- s.pm -----package Banach::Web::t;<BR> 1;<BR>
---- test.cgi ----package Banach::Web::s; @ISA=qw(Banach::Web::t); 1;
------------------#!/usr/bin/perl -wT use Banach::Web::s;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly): @ISA not behaving in OO test
by tilly (Archbishop) on Jan 01, 2001 at 07:11 UTC | |
|
Re: @ISA not behaving in OO test
by salvadors (Pilgrim) on Jan 01, 2001 at 20:51 UTC |