Help for this page
#!/usr/bin/perl -w use strict; ... print "You've entered hex: ", $hex, "\n"; print "The decimal equivalent is ", hex "$hex", "\n";
ff Please, enter the hex number: You've entered hex: ff The decimal equivalent is 255