Help for this page
#!/usr/bin/perl #converter.plx ... print "Please input a hex no. to convert to dec. :"; my $value = <STDIN>; print hex("$value"), "\n";
Illegal hexadecimal digit ' ' ignored at -path- line 7, <STDIN> line 1.