Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: sql-o-matic

by jwkrahn (Abbot)
on Sep 16, 2008 at 06:15 UTC ( [id://711613]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dbh=DBI->connect($dsn,$opts{user}{value},$opts{password}{value}) |
    +| die($!);
    
  2. or download this
    my $dbh = DBI->connect( $dsn, $opts{ user }{ value }, $opts{ password 
    +}{ value } ) or die $DBI::errstr;
    
  3. or download this
        crash_n_burn() if $cl_part=~/^-h$|^--help$|^-h$/i;
    
  4. or download this
      $s_insert=<<EOT;
    /*
    ...
    delimiter //
    create procedure insert_table (
    EOT
    
  5. or download this
      $s_insert=<<EOT;
    /*
    ...
    delimiter //
    create procedure insert_$table (
    EOT
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 13:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found