Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        my $o = shift;
        print $o->name,"\n";
    }
    
  2. or download this
    thread failed to start: DBD::mysql::db FETCH failed: handle 2 is owned
    + by thread 22432c not current thread 1b1e014(handles can't be shared 
    +between threads and your driver may need a CLONE method added) at C:/
    +Perl/site/lib/Ima/DBI.pm line 316.
    
    Attempt to free non-existent shared string 'test~~test~~test~~AutoComm
    +it~~ChopBlanks~~FetchHashKeyName~~PrintError~~RaiseError~~RootClass~~
    +ShowErrorStatement~~Taint~~Username~~dbi_connect_method~~1~~1~~NAME_l
    +c~~0~~1~~DBIx::ContextualFetch~~1~~1~~test~~connect_cached' during gl
    +obal destruction.
    Free to wrong pool 1b24430 not 222770 during global destruction.
    
  3. or download this
    sub _mk_db_closure {
        my ($class, @connection) = @_;
    ...
            return $dbh;
        };
    }