##
--> 4, 4, Reporting, , F, 1, 0, 0, 0, 0, 0, F, 0, F, 0, F, , BLOB(0)
####
my $sql = "select * from users";
my $pid = open2 (OUT, IN, "/opt/sql") || die $!;
print (IN "connect credentials");
print (IN "$sql\n");
while () {
print $_;
}
## ##
--> 4, >4, Reporting, , F, 1, 0, 0, 0, 0, 0, F, 0, F, 0, F, , BLOB(0)