in reply to Re (5): exporter and multiple namespaces
in thread exporter and multiple namespaces
here's an oddity. I fixed it so csErrorClass now resides in Error.pm. I am still getting this
Undefined subroutine &csDB::csErrorClass called ...however i added this in csDB as a check right before the error occurs
foreach ( sort keys %csDB::) { print $_."\n"; }
so that i could see the symbols in the namespace. lo and behold:
BEGIN END EXPORT EXPORT_FAIL EXPORT_OK GetLongLen ISA QueryDB SafeQuote SetLongLen VERSION csDBAuth csDie csErrorClass <----- there it is csErrorScale csPath dbh import
leaving me generally confused
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: exporter and multiple namespaces
by tye (Sage) on May 02, 2001 at 01:22 UTC | |
by Anonymous Monk on May 02, 2001 at 02:48 UTC | |
by AidanLee (Chaplain) on May 02, 2001 at 01:39 UTC |