#!/usr/bin/perl -w use strict; my $cmd="sqlplus scott/tiger\@whatever"; open SQLPLUS, "|$cmd" or die "Ah poo!:$!\n"; print SQLPLUS<<DOIT; desc user_tables DOIT close SQLPLUS;
In reply to Re: How do you get Perl::DBI to do a desc table_name?
by rbc
in thread How do you get Perl::DBI to do a desc table_name?
by kleinbiker7
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |