- or download this
c:\@Work\Perl\monks>perl -le
"use strict;
...
'abc' 1
'123' 1
123 1
- or download this
c:\@Work\Perl\monks>perl -le
"use strict;
...
123 1
undef 0
() 0
- or download this
c:\@Work\Perl\monks>perl -le
"use warnings;
...
1..32
ok 33 - no warnings
1..33