Berkeley CSUA MOTD:Entry 33194
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
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