-
Perl - Display Data
Hi,
I am very new to Perl Language.
Below is the data im going to insert into the database.
I want to display some of the fields to the user after insert and if possible sent email/sae to Excel or Text file.
Need your help.
my $sql2 = qq {
insert into sss.sss1_tbl_rcp_spec
( sss_id, sss_name, sss_type, sss_spec_rev,sss_state
, description, sss_flag, ss_sss_body,sss_by, sss_date
, sss_by, sss_date, sss_flag)
Thanks in Advance.!
-
Re: Perl - Display Data
Since you didn't state what database format, I'm going to just take a wild guess...MySQL.
http://www.google.com/search?q=perl+mysql+tutorial
If not, Google can also search for others! ;)
-
Re: Perl - Display Data