Help for this page

Select Code to Download


  1. or download this
    threadn {
        eval {
    ...
        @input = qx[ tcpdump;
        return @input;
    }
    
  2. or download this
    sub ping {
        my $dns_name = shift;
    ...
        m/PING (.*).et.byu.edu/ and return $1 while <$cmd>;
        return;
    }