Mega Code Archive
Categories
/
Perl
/
String
Printf %xn, -455
#!usr/bin/perl use warnings; use strict; printf "%x\n", -455; printf "%x\n", 455;