BEGIN { if (-e $ENV{SITE}.'/lib') { use lib $ENV{SITE}.'/lib'; } } use TXPOOL qw(getTxMeta); my $txmeta = &getTxMeta(); exit $?; 1;