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.!