?login_element?
?pathlinks? – Rev 939
Blame |
Last modification |
View Log
| Download
#!/usr/bin/perl
use strict;
my $str;
my @arr;
my $hex_val;
#open FIL,"_temp_\\out.map";
#open ADDR, ">addr.bin";
while($str=<FIL>)
{
{
if(substr($arr[2],0,1) eq "_")
{
$hex_val = hex("0x".$arr[0]);
}
}
}
}