programming-examples/perl/Datatype/Print a couple of integer literals in Perl.pl

2 lines
45 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
#1/usr/bin/perl
use warnings; print 25, -4;