in reply to Re: 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.
use strict;
use Win32::OLE;
#use Win32::OLE::Variant;
use Win32::OLE::CrystalRuntime::Application;
# Produce a OLE Variant "FALSE" to pass to the Export method...
my $false = Variant(VT_BOOL,0);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Bareword "SCALAR" not allowed while "strict subs" in use at C:/Perl/site/lib/DateTime/Locale.pm line 41.
by Anonymous Monk on Aug 18, 2010 at 00:09 UTC |