Help for this page

Select Code to Download


  1. or download this
    cpanm --look Net::Pcap
    
  2. or download this
    sub have_functions {
        my @funcs = ();
    ...
    # Check that '-lwpcap' exports 'pcap_open_live'
    print have_functions('pcap_open_live');
    
  3. or download this
    sub have_functions {
        my @funcs = ();
    ...
        print "ok\n";
        return @funcs
    }