or download this
#open connection to the database
my $db = DBI->connect("dbi:Oracle:host=$host;sid=$sid;port=$port", $ui
+d, $pwd) or die "Error while connecting to database!!!\nIncorrect Con
+nection information\n";
...
print "$pdisplay_order, $parent_name, $child_name\n";
}