Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
  2. or download this
    print Dumper(\%data), "\n";
    
  3. or download this
    while ( my ($nbname, $ip) = $sth->fetchrow ) {
    if ($ip) {
    ...
        }
      }
    }