in reply to Re^2: Bareword "SCALAR" not allowed while "strict subs" in use at C:/Perl/site/lib/DateTime/Locale.pm line 41.
in thread Bareword "SCALAR" not allowed while "strict subs" in use at C:/Perl/site/lib/DateTime/Locale.pm line 41.
#!/usr/bin/perl use strict; use warnings; use Params::Validate qw( validate validate_pos SCALAR ); print SCALAR, "\n";
And this one?
#!/usr/bin/perl use strict; use warnings; use DateTime::Locale; print "1\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Bareword "SCALAR" not allowed while "strict subs" in use at C:/Perl/site/lib/DateTime/Locale.pm line 41.
by nocool (Novice) on Aug 17, 2010 at 20:08 UTC | |
by kennethk (Abbot) on Aug 17, 2010 at 20:17 UTC | |
by nocool (Novice) on Aug 17, 2010 at 20:51 UTC | |
by nocool (Novice) on Aug 17, 2010 at 21:06 UTC | |
by Corion (Patriarch) on Aug 17, 2010 at 21:07 UTC | |
|