in reply to Re: Re: Database hash/array mapping and OO
in thread Database hash/array mapping and OO
No, you need to read again and understand the scoping of lexical variables. Your my %columns delcaration is only good for the sub you declare it in. If you want it visible to both subs you need to declare it outside of them at the file scope. CwS explains this.
|
|---|