|
-
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.!
-
August 1st, 2011, 09:29 PM
#2
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!
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
August 2nd, 2011, 02:47 AM
#3
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
|