1 2 3 4
use strict; use warnings FATAL => 'all'; print 13 == "13LarryWallTest" ? 'Perl' : 'Not Perl';
1
Argument "13LarryWallTest" isn't numeric in numeric eq (==) at line 4.