in reply to (bbfu) (just to confuse the issue) Re(2): use strict and exporting package variables
in thread use strict and exporting package variables
FYI, Exporter can't do that since its code is in a different file and therefore has no access to the lexical variables in your module's file.
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(bbfu) (Re(2): tye) (just to confuse the issue) Re(2): use strict and exporting package variables
by bbfu (Curate) on May 01, 2001 at 10:30 UTC |