Help for this page

Select Code to Download


  1. or download this
    use DBI;
    my $dbh = DBI->connect('dbi:mysql:test', 'test', 'test') or die;
    ...
    got 1
    got 3
    ---
    
  2. or download this
    __OUTPUT__
    DBD::mysql::st fetchall_arrayref failed: fetch() without execute() at 
    +foo.pl line 23.
    ...
    DBD::mysql::st fetchall_arrayref failed: fetch() without execute() at 
    +foo.pl line 23.
    ---
    [... ad infinitum ..]