in reply to Re^6: Global variables in Perl
in thread Global variables in Perl
You're missing package SS::ExportScalar;, so the script never imports DEBUG, so DEBUG is not declared in the script, so it's a bareword, so strict throws an exception.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Global variables in Perl
by taioba (Acolyte) on Jun 04, 2010 at 22:08 UTC | |
by taioba (Acolyte) on Jun 04, 2010 at 22:25 UTC |