Mega Code Archive

 
Categories / Perl / String
 

Printf %un, 455

#!usr/bin/perl use warnings; use strict; printf "%u\n", 455;