Mega Code Archive

 
Categories / Perl / String
 

Printf %on, 455

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