- or download this
#! perl -slw
use strict;
...
threads: 1.67 threads::shared:1.14
Scalar: main=SCALAR(0x1824624)
Scalar: main=SCALAR(0x1824624)
- or download this
my $capobj:shared;
$capobj = &share( Net::Pcap::open_live($dev,1024,0,0,\$err) );
- or download this
my $capobj:shared = &share( Net::Pcap::open_live($dev,1024,0,0,\$err)
+);