Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 1.92 KB | None | 0 0
  1. bless( {
  2.   'dbi_imp_data' => undef,
  3.   'RaiseError' => 1,
  4.   'State' => \undef,
  5.   'PrintError' => 0,
  6.   'Username' => 'webdb',
  7.   'ChildHandles' => [
  8.     undef
  9.   ],
  10.   'Statement' => 'SELECT * FROM breeds',
  11.   'Err' => \undef,
  12.   'TraceLevel' => 0,
  13.   'FetchHashKeyName' => 'NAME',
  14.   'ImplementorClass' => 'DBD::mysql::db',
  15.   'AutoCommit' => 1,
  16.   'Errstr' => \undef,
  17.   'Driver' => bless( {
  18.     'Attribution' => 'DBD::mysql by Patrick Galbraith',
  19.     'FetchHashKeyName' => 'NAME',
  20.     'TraceLevel' => 0,
  21.     'ImplementorClass' => 'DBD::mysql::dr',
  22.     'State' => \undef,
  23.     'Version' => '4.019',
  24.     'Errstr' => \undef,
  25.     'ChildHandles' => [
  26.       undef
  27.     ],
  28.     'Name' => 'mysql',
  29.     'Err' => \undef
  30.   }, 'DBI::dr' ),
  31.   'Name' => 'webdb',
  32.   'dbi_connect_closure' => sub { "DUMMY" }
  33. }, 'DBI::db' )
  34.  
  35. bless( {
  36.   'FetchHashKeyName' => 'NAME',
  37.   'TraceLevel' => 0,
  38.   'Database' => bless( {
  39.     'dbi_imp_data' => undef,
  40.     'RaiseError' => 1,
  41.     'State' => \undef,
  42.     'PrintError' => 0,
  43.     'Username' => 'webdb',
  44.     'ChildHandles' => [
  45.       undef
  46.     ],
  47.     'Statement' => 'SELECT * FROM breeds',
  48.     'Err' => \undef,
  49.     'TraceLevel' => 0,
  50.     'FetchHashKeyName' => 'NAME',
  51.     'ImplementorClass' => 'DBD::mysql::db',
  52.     'AutoCommit' => 1,
  53.     'Errstr' => \undef,
  54.     'Driver' => bless( {
  55.       'Attribution' => 'DBD::mysql by Patrick Galbraith',
  56.       'FetchHashKeyName' => 'NAME',
  57.       'TraceLevel' => 0,
  58.       'ImplementorClass' => 'DBD::mysql::dr',
  59.       'State' => \undef,
  60.       'Version' => '4.019',
  61.       'Errstr' => \undef,
  62.       'ChildHandles' => [
  63.         undef
  64.       ],
  65.       'Name' => 'mysql',
  66.       'Err' => \undef
  67.     }, 'DBI::dr' ),
  68.     'Name' => 'webdb',
  69.     'dbi_connect_closure' => sub { "DUMMY" }
  70.   }, 'DBI::db' ),
  71.   'ImplementorClass' => 'DBD::mysql::st',
  72.   'State' => \undef,
  73.   'Errstr' => \undef,
  74.   'Statement' => 'SELECT * FROM breeds',
  75.   'Err' => \undef
  76. }, 'DBI::st' )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement