Help for this page

Select Code to Download


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