Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Perl DBI MS SQL Question

by sedhed (Scribe)
on Jul 12, 2002 at 22:33 UTC ( [id://181413]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $perpage = '25';
    my $curpage = $q->param('curpage') || 1; # Assumes $q is a CGI object
    ...
    
    my $dataref = $dbh->selectall_arrayref($select,{Columns=>{}}) || die '
    +Whoops!';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-28 18:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found