Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

DBI Frustrations

by amt (Monk)
on Sep 16, 2004 at 17:35 UTC ( [id://391515]=perlquestion: print w/replies, xml ) Need Help??

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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://391515]
Approved by gmax
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-18 06:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found