Subject: | Syntax error in the documentation |
Spurious characters "});" in the middle of the constructor
$n = Net::RawIP->new({
ip => {
saddr => 'my.target.lan',
daddr => 'my.target.lan',
},
**});**
tcp => {
source => 139,
dest => 139,
psh => 1,
syn => 1,
},
});