How to use different long number formats?

Perl Add comments

foreach $i (0xfffe,1_000_000, 0xfffeeaa1) {
printf "%12u\n", $i;
}

Leave a Reply

You must be logged in to post a comment.

WebSite Powered by webHauser
Entries RSS Comments RSS Login