Tengo el siguiente problema... de este código fuente... he ido a compilarlo y me saltó el siguiente mensaje:
sintax error at xxxx.pl line 23, near "=)"
sintax error at xxxx.pl line 30, near "}"
El típico error de sintaxis... aquí está el script...
# For BIND9 v9.2.3-9.4.1:
$tap1=0x80000057;
$tap2=0x80000062;
# For BIND9 v9.0.0-9.2.2:
# $tap1=0xc000002b; # (0x80000057>>1)|(1<<31)
# $tap2=0xc0000061; # (0x800000c2>>1)|(1<<31)
$initial_guess_bits=6;
@cand_lfsr1=();
@cand_lfsr2=();
use Time::HiRes qw(gettimeofday);
@txid=();
# Read all data from file. ...