Mega Code Archive
Categories
/
Perl
/
Data Type
Print a couple of integer literals in Perl
#1/usr/bin/perl use warnings; print 25, -4;