in reply to Using __DATA__ from a package
I'm not sure, but I think DATA is not scoped to a package, but to a compilation unit (basically the file). So there is no such thing as Package::DATA.
<DATA> would reference the same thing from any package, provided they are all in the same file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using __DATA__ from a package
by Anonymous Monk on Jun 18, 2013 at 04:01 UTC |