- or download this
use strict;
use warnings;
...
#$logger = 'hello';
}
- or download this
use strict;
...
$log = Log->get_logger(); #Logger already exists...
#$log->do_stuff;
- or download this
Global symbol "$logger" requires explicit package name at Log.pm line
+32.
Compilation failed in require at 2.pl line 5.