Help for this page

Select Code to Download


  1. or download this
    sub recursive_print_traversal {
            $parent = shift;                # the parent
    ...
            $addr_rst = $addr_str->execute();       # execute address sele
    +ct
            $subs_rst = $subs_str->execute();       # execute subnet selec
    +t
    
  2. or download this
            if ( $subs_rst == 0){
                    print "<tr><td colspan=2 align=center>None.</td></tr>"
    +;
    ...
    >>                      recursive_print_traversal($row[0]);
                    }
            }
    
  3. or download this
    Can't call method "fetchrow_array" without a package or object referen
    +ce at /var/www/cgi-bin/report.cgi line 127.