Mega Code Archive

 
Categories / Perl / String
 

%x

#!/usr/bin/perl -w $wid = 255; printf("Window ID=%x\n", $wid);