- or download this
WriteMakefile(
...
BUILD_REQUIRES => { "DBD::Sqlite" => 0 },
...
);
- or download this
#!/usr/bin/perl -T
...
}
...
- or download this
use DBI qw( );
...
while (my $row = $sth->fetch()) {
print("$row->[0]: $row->[1]\n");
}
- or download this
1: foo
2: bar