|
-
August 1st, 2011, 08:31 PM
#1
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.!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|