Help for this page
Select Code to Download
Select
or
download this
my $pdb = openDatabase(); # ... doSomething(DB => $pdb, FOO => 'bar');
Select
or
download this
my ($rdb) = $param{DB} || openDatabase();
Select
or
download this
$rdb->disconnect() unless $param{DB};