|
5/25 |
2004/8/27-29 [Computer/SW/Languages/Perl] UID:33194 Activity:low |
8/27 How do I get perl to read in a hex value from a file and store it as an int? I basically want strtol for perl \_ int(hex($value)) should give you what you want \_ hex($value) should give you what you want |