- or download this
create table foo (
test1 int not null auto_increment,
test2 int null,
primary key (test1)
);
- or download this
package Foo;
...
$self->test2('123') unless $self->test2;
}
- or download this
Foo->connection('dbi:mysql:dbname=testdb','root','');
Foo->create({});
- or download this
Use of uninitialized value in split at /usr/local/share/perl/5.8.4/UNI
+VERSAL/can.pm line 51.
Called UNIVERSAL::can() as a function, not a method at /usr/local/shar
+e/perl/5.8.4/Class/DBI.pm line 265
Can't call method "can" on an undefined value at /usr/local/share/perl
+/5.8.4/UNIVERSAL/can.pm line 40.