hi all. I am trying to use the strict pragma in all my perl files, but when i use it with @ISA I get: Global symbol "@ISA" requires explicit package name at ...pm line .. like any other variable that should be declared. I understand that @ISA is not local, but this is how it is put in all the examples in my book. What is the correct way to do this? thanks in advance, ruthie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: strict pragma and @ISA Ruth Albocher
- Re: strict pragma and @ISA Jos I. Boumans
- Re: strict pragma and @ISA register
- Re: strict pragma and @ISA Michael Fowler
- RE: strict pragma and @ISA Bob Showalter
- Re: strict pragma and @ISA register
- RE: strict pragma and @ISA Rob Dixon
- Re: strict pragma and @ISA brian d foy