- or download this
#! /usr/bin/perl
use strict;
...
my $hashref = $sthcolinfo->fetchrow_hashref();
return $hashref->{TYPE_NAME};
}
- or download this
#! /usr/bin/perl
...
my $col = 'Testcol';
DbiTest->new($col);
- or download this
package DbiTest;
...
}
1;
- or download this
Usage: SQL_LONGVARCHAR() at DbiTest line 21