Mega Code Archive

 
Categories / Perl / Data Type
 

String is converted to a number automatically

#!/usr/bin/perl -w print "0.25" * 4, "\n";