- or download this
E:\new>perl -MConstants -wle"print for keys %Constants::;;print XX+YY"
Name "main::XX" used only once: possible typo at -e line 1.
...
XX
BEGIN
1
- or download this
require Exporter;
*import = \&Exporter::import;
@EXPORT_OK = qw(isa can);
- or download this
E:\new>perl -MConstants -wle"print for keys %UNIVERSAL::;;print XX+YY"
Name "main::XX" used only once: possible typo at -e line 1.
...
VERSION
print() on unopened filehandle XX at -e line 1.