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

Re: Re: DBIx::Simple

by Juerd (Abbot)
on Mar 28, 2002 at 13:51 UTC ( [id://154968]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # untested but realistic
    my $dbh = DBI->connect("...",{RaiseError => 1} ) or die "can't\n";
    ...
           # do something even smarter with the orders data
       }
    }
    
  2. or download this
    use DBIx::Simple;
    
    ...
            # code
        }
    }
    
  3. or download this
    use DBIx::Simple;
    
    ...
            # code
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (8)
As of 2024-04-18 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found