Skip to content

Instantly share code, notes, and snippets.

@three18ti
three18ti / check_dbd2.pl
Last active August 29, 2015 14:08
Check connection to DBD2
use 5.010;
use warnings;
use strict;
use DBI;
use DBD::DB2;
say "Operating System = " . $^O;
say "Perl Binary = " . $^X;
say "Perl Version = " . $];
say "DBI Version = " . $DBI::VERSION;