Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: What is the better way to store and display data.

by Tux (Canon)
on Aug 26, 2012 at 11:04 UTC ( [id://989809]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect ("dbi:CSV:", undef, undef, {
        f_dir                  => ".",      # Not needed, is default
    ...
        RaiseError             => 1,        # Always a good option!
        PrintError             => 1,        # Also a good choice
        });
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found