Help for this page

Select Code to Download


  1. or download this
    while ( <FH> ) {
            my ( $part1, $junk ) = split /#/;
            my ( $junk2, $ipaddr ) = split / /, $part1;
    
  2. or download this
    client 127.0.0.1#47560: query: host.example.com IN AAAA +
    
  3. or download this
    print @(split /#/)[1];