Thanks for the correction Shlomi.
Mistake from my side, i copy pasted the wrong line from my terminal !!!
--
Shekar
On Fri, Aug 24, 2012 at 2:49 PM, Shlomi Fish wrote:
> Hi Shekar,
>
> On Fri, 24 Aug 2012 12:23:21 +0530
> Shekar wrote:
>
> > Try this.
> >
>
Hi Shekar,
On Fri, 24 Aug 2012 12:23:21 +0530
Shekar wrote:
> Try this.
>
> $t->insert("end", &gettime);
>
Please don't recommend people to use leading ampersands in subroutine calls:
* http://perl-begin.org/tutorials/bad-elements/#ampersand-in-subroutine-c
thanks.
it worked!
regards
irfan
From: Shekar
To: Irfan Sayed
Cc: Jim Gibson ; Perl Beginners
Sent: Friday, August 24, 2012 12:23 PM
Subject: Re: insert in perl tk
Try this.
$t->insert("end", &gettime);
--
Shekar
On Fri, Aug 24, 2012 at 11:58 AM, Irfan Sayed
Try this.
$t->insert("end", &gettime);
--
Shekar
On Fri, Aug 24, 2012 at 11:58 AM, Irfan Sayed wrote:
> i have to call localtime () function to get the latest time everytime when
> i print the lines using insert method
> i mean , i need to print the latest time in
i have to call localtime () function to get the latest time everytime when i
print the lines using insert method
i mean , i need to print the latest time in scrolled text box
lets say :
use Tk;
$mw = MainWindow->new();
my $t = $mw->Scrolled("Text")->pack (-side => &
On Aug 23, 2012, at 9:35 PM, Irfan Sayed wrote:
> thanks. this will help to print the contents of array on separate line.
> however, if at all we need to call function then what is the syntax, how we
> can call that ?
What function do you want to call? When do you want to call it? What does the
Sent: Thursday, August 23, 2012 11:40 PM
Subject: Re: insert in perl tk
On Thu, 23 Aug 2012 10:51:09 -0700 (PDT)
Irfan Sayed wrote:
> i need to print the contents of array on separate line , so , i
> thought , i should write one function where i will print the contents
> of array on
:
$t->insert("end", join( "\n", @array ));
See `perldoc -f join` for details.
--
Just my 0.0002 million dollars worth,
Shawn
Programming is as much about organization and communication
as it is about coding.
_Perl links_
official site : http://www.
On Aug 23, 2012, at 10:51 AM, Irfan Sayed wrote:
> it was quite rude. anyway
What was quite rude?
> lets say if i have to display the contents of array using insert method.
> if i just type : $t->insert("end", "@arr1");
> then surely , it will print the con
it was quite rude. anyway
lets say if i have to display the contents of array using insert method.
if i just type : $t->insert("end", "@arr1");
then surely , it will print the contents of array but on the same line
i need to print the contents of array on separate li
On Thursday, August 23, 2012 at 10:15 AM, Irfan Sayed wrote:
> can someone please suggest ?
>
Explain what you're actually trying to achieve, instead of asking how to do
what you think will let you accomplish what you're trying to achieve.
Yes, if you write the insert() meth
can someone please suggest ?
regards
irfan
From: Irfan Sayed
To: "beginners@perl.org"
Sent: Thursday, August 23, 2012 4:15 PM
Subject: insert in perl tk
hi,
can we call function in the insert method of perl tk ?
i have code like this:
$t-&g
hi,
can we call function in the insert method of perl tk ?
i have code like this:
$t->insert("end", "\&abc");
so when this line gets executed, it should first call function abc
please suggest
regards
irfan
On 05/07/2012 04:47 PM, timothy adigun wrote:
sub get_data {
my ($file) = @_;
my $arr_ref = [];
open my $fh, '<', $file or die "can't open this file: $!";
while (<$fh>) {
chomp;
push @$arr_ref, $_;
}
close $fh or die "can't close file:$!";
ret
On Mon, May 7, 2012 at 11:29 PM, John W. Krahn wrote:
> timothy adigun wrote:
>
>>
>> On Mon, May 7, 2012 at 8:36 AM, lina wrote:
>>
>> I have two files, one with
>>>
>>> 3
>>> 2
>>> 1
>>>
>>> another is:
&g
timothy adigun wrote:
On Mon, May 7, 2012 at 8:36 AM, lina wrote:
I have two files, one with
3
2
1
another is:
3 1
3 2
6 3
How can I insert the first file into the middle of the second file,
This is one way to do it:
#!/usr/bin/perl
use warnings;
use strict;
my $part1 = get_data
Hi lina
On Mon, May 7, 2012 at 8:36 AM, lina wrote:
> Hi,
>
> I have two files, one with
>
> 3
> 2
> 1
>
> another is:
>
> 3 1
> 3 2
> 6 3
>
> How can I insert the first file into the middle of the second file,
>
This is one way to do it:
#!/u
On May 7, 2012, at 5:51 AM, lina wrote:
> On Mon, May 7, 2012 at 7:52 PM, Shawn H Corey wrote:
>> On 12-05-07 03:36 AM, lina wrote:
>>>
>>> How can I insert the first file into the middle of the second file,
>>
>>
>> What code have you tried so f
On Mon, May 7, 2012 at 7:52 PM, Shawn H Corey wrote:
> On 12-05-07 03:36 AM, lina wrote:
>>
>> How can I insert the first file into the middle of the second file,
>
>
> What code have you tried so far and please provide the expected output for
> your example.
>
On 12-05-07 03:36 AM, lina wrote:
How can I insert the first file into the middle of the second file,
What code have you tried so far and please provide the expected output
for your example.
--
Just my 0.0002 million dollars worth,
Shawn
Programming is as much about organization and
Hi,
I have two files, one with
3
2
1
another is:
3 1
3 2
6 3
How can I insert the first file into the middle of the second file,
Thanks ahead for your suggestions,
Best regards,
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h
At 8:37 PM -0800 3/9/12, Noah wrote:
Hi there,
I am trying to insert a '.' every four characters. Say I have a $it
= '123456789012' and want the result to be '1234.5678.9012'
whats one of the smoothest ways to do that?
You could adapt the method suggested b
> On 3/9/12 8:37 PM, Noah wrote:
>> Hi there,
>>
>> I am trying to insert a '.' every four characters. Say I have a $it
>> =
>> '123456789012' and want the result to be '1234.5678.9012'
>>
>> whats one of the smoothest
On 3/9/12 8:37 PM, Noah wrote:
Hi there,
I am trying to insert a '.' every four characters. Say I have a $it =
'123456789012' and want the result to be '1234.5678.9012'
whats one of the smoothest ways to do that?
okay I answered my own question. I am wonderin
Hi there,
I am trying to insert a '.' every four characters. Say I have a $it =
'123456789012' and want the result to be '1234.5678.9012'
whats one of the smoothest ways to do that?
Cheers,
Noah
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
F
I am generating pdf files with http://code.google.com/p/wkhtmltopdf/
I want to password protect the PDF's .. How can I do this ?
This is the wrong list for MySQL questiosn, but I believe you are probably
looking to replace the matching record, use MySQL "INSERT REPLACE INTO
tablename".
Mimi
=> -Original Message-
=> From: S Pratap Singh [mailto:kdari...@gmail.com]
=> Sent: 20 Octob
On Wed, 20 Oct 2010 12:07:03 +0530, S Pratap Singh wrote:
> I want to update my database if the key value is already there then it
> will update the required field else it will insert the new row in the
> same table.
>
> Insert query works fine but I am not able to figure out
Just use SQL?
INSERT INTO tbl, VALUES ('11','22','33') ON DUPLICATE KEY
http://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html
On Wed, Oct 20, 2010 at 9:23 AM, Uri Guttman wrote:
> >>>>> "SPS" == S Pratap Singh writes
>>>>> "SPS" == S Pratap Singh writes:
SPS> Insert query works fine but I am not able to figure out how to
SPS> achieve this "IF EXISTS then UPDATE else INSERT" using a one
SPS> liner MYSQL statement . If someone can give me an example to
SP
Hello,
I want to update my database if the key value is already there then it will
update the required field else it will insert the new row in the same table.
Insert query works fine but I am not able to figure out how to achieve this
"IF EXISTS then UPDATE else INSERT" using a
>
> Hi,
> Can some one help me how to insert records into oracle database
> tables using Perl script?
>
perldoc DBI is worth the read, then read the driver documentation for
Oracle (it would be something like DBD::Oracle)
Owen
--
To unsubscribe, e-mail: beg
Hi,
Can some one help me how to insert records into oracle database
tables using Perl script?
Regards,
Suresh
DISCLAIMER:
---
The contents of this e-mail and any
>> Hi,
>>
>> I have a string that has value delimited by space
>> e.g. 1 2 10 8 etc.
>>
>> I need to add a keyword wherever there is a space.
>> I wrote a small code to try this out:
>>
>> $str = "one two three";
>> $str =~ s
ot;one two three";
> $str =~ s/\s/x /g;
>
> In this case, I am trying to insert x where there is a space. one two
> three should
> become one x two x three.
> But the above example results in:
> nex twox three (chops off leading o char)
>
> The interesting this is th
Hi,
I have a string that has value delimited by space
e.g. 1 2 10 8 etc.
I need to add a keyword wherever there is a space.
I wrote a small code to try this out:
$str = "one two three";
$str =~ s/\s/x /g;
In this case, I am trying to insert x where there is a space. one two
three sho
uninitialized value in printf at ./bonnerRunde.pl line 127.
> house: 0
> Use of uninitialized value in printf at ./bonnerRunde.pl line 128.
> car:0
>
> Help is needed and highly appreciated . I would like also to know if
> this is a good way to read and parse data then inse
$_->[0] not ${$_}[0].
You can remove a lot of the duplication by doing it like this:
my %genuine_columns = map { $_->[0] => 1 }
map @{ _get_column_names( $c, $_ ) },
qw/T1 T2/;
#I dont think I need the {1,}
if ($current_text =~ /\:{
_column_names($c,"T2")};
my %genuine_columns = ();
for (@gi_column_names) { $genuine_columns{${$_}[0]} = 1; }
for (@well_column_names) { $genuine_columns{${$_}[0]} = 1; }
#I dont think I need the {1,}
if ($current_text =~ /\:{1,}|\--{1,}|\#{1,}|\;|insert|drop|create|^$/ig)
{
- Original Message -
From: "perlmunky" <[EMAIL PROTECTED]>
Newsgroups: perl.beginners
To:
Sent: Friday, January 11, 2008 9:11 AM
Subject: user arguments, oracle - insert, delete and drop!
Hi List,
I am in the process of making a web service which will (at some p
On Jan 11, 2008 9:43 AM, <[EMAIL PROTECTED]> wrote:
> I have written some stuff - I am just concerned that people on the
> big bad web know far more about these things (oracle - perl) than I
> and that they will, with little trouble, side-step my parameter
> checking.
So, show us your code; and
On Jan 10, 2008 10:50 PM, <[EMAIL PROTECTED]> wrote:
> Only the content of the first 2 fields is displayed:
In your shoes, I would check that 'use warnings' and 'use strict' are
in place, and other basics, then I'd start debugging at the database.
Check out the tracing facility, documented in th
On Jan 11, 2008 6:11 AM, perlmunky <[EMAIL PROTECTED]> wrote:
> I realise that this is not smart, at least without any parameter checking.
> I need a way of making the information 'safe' - avoid sql injections etc.
> hints, tips and solutions accepted :)
Have you tried writing Perl code to do th
Hi List,
I am in the process of making a web service which will (at some point) query
an oracle DB with some user supplied text. Currently the page allows the
user to select the information in the insert from a tick box, the tables
from a list and the conditional they can choose and then enter
On Jan 7, 1:50 pm, [EMAIL PROTECTED] (John Moon) wrote:
> [>>] ...
>
> Please try (not tested). Placeholders help me a lot:
>
> my $sth_insert = $dbh->prepare('Insert into info (id, name, grade,
> phone, cell, house, car)
>values (?,?,?,?,?,
[>>] ...
Please try (not tested). Placeholders help me a lot:
my $sth_insert = $dbh->prepare('Insert into info (id, name, grade,
phone, cell, house, car)
values (?,?,?,?,?,?,?)')
or die
his is a good way to read and parse data then insert them in a table?
or there is a better way?
Thanks for your help
Berti
The script:
use warnings;
use DBI;
$driver = "DBI:DBM:TEST_DB";
$user = "user";
$password = "user1234";
#-
2007/11/19, zentara <[EMAIL PROTECTED]>:
>
> On Mon, 19 Nov 2007 00:14:29 +0800, [EMAIL PROTECTED] (Panda-X)
> wrote:
>
> >Hi all,
> >
> >Below is my code. With this code, 12345 will show at once
> >after 5 seconds I click the button.
> >But what I w
On 11/18/07, Panda-X <[EMAIL PROTECTED]> wrote:
> Any more clues ?
This is a forum for Perl beginners, but there are forums available
specifically for all of the major modules used with Perl. Some modules
have more than one forum. As you might expect, you'll generally get
better answers faster by
2007/11/19, Tom Phoenix <[EMAIL PROTECTED]>:
>
> On 11/18/07, Panda-X <[EMAIL PROTECTED]> wrote:
>
> > But what I want is to insert() each number per second.
>
> > sub RollText{
> > for ( 1..5 ) {
> > $_[0] ->{mw}{box} -> insert (
On 11/18/07, Panda-X <[EMAIL PROTECTED]> wrote:
> But what I want is to insert() each number per second.
> sub RollText{
> for ( 1..5 ) {
> $_[0] ->{mw}{box} -> insert ( 'end', $_ ) ;
> sleep 1;
> }
> }
You probably don't wan
Hi all,
Below is my code. With this code, 12345 will show at once
after 5 seconds I click the button.
But what I want is to insert() each number per second.
Is that something I can do like $| = 1 in such case ?
At least, could anybody tell this is the behavior of insert () ?
or it's the beh
[EMAIL PROTECTED] wrote:
> I'm trying to grab data from an MS-Access log file and put it into a
> fast, read-only database. (I'm thinking SQL Lite at this point.)
>
Make sure that's it's only read-only after it's written to. Depending
on what you're doing with the data it may be easiest and fas
[EMAIL PROTECTED] wrote:
I'm trying to grab data from an MS-Access log file and put it into a
fast, read-only database. (I'm thinking SQL Lite at this point.)
The code below is working. Now I need to put the identical data and
structure into an SQL Lite table. Any suggestions on where to look
I'm trying to grab data from an MS-Access log file and put it into a
fast, read-only database. (I'm thinking SQL Lite at this point.)
The code below is working. Now I need to put the identical data and
structure into an SQL Lite table. Any suggestions on where to look
for examples? (or if you w
> Jenda Krynicky wrote:
> > On 2 Oct 2007 at 10:54, Matthew Whipple wrote:
> >
> >> You can't really strictly "append" to a well-formed XML without
> >> breaking the syntax. You need the properly closed top level element
> >> at the very least, in addition to whatever nesting may be going on.
ve you believe.
>
>
>> A better solution would be to read the previous
>> file and generate a new XML document.
>>
>
> Which may be fine for small enough files, but is simply crazy for
> anything longer. Parse and rewrite something to insert something in
> the midd
On Wed, 2007-10-03 at 00:42 +0800, Steven Sim wrote:
> Gurus;
>
> Sorry if this is not the proper forum.
>
> I've successfully written a Perl script to create a specific XML file.
>
> The problem comes when I attempt to run the script again and append XML
> entries onto the XML file.
>
> Usin
> -Original Message-
> From: Jenda Krynicky [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 03, 2007 6:12 AM
> To: beginners@perl.org
> Subject: Re: How to insert data onto an existing XML file
>
> On 2 Oct 2007 at 10:54, Matthew Whipple wrote:
> > An ugl
mall enough files, but is simply crazy for
anything longer. Parse and rewrite something to insert something in
the middle is something that can't be helped, but reparsing and
recreating everything for APPEND?
The requirement of a root tag in XML is ... yet another lovely
mi
On 10/2/07, Steven Sim <[EMAIL PROTECTED]> wrote:
> I've successfully written a Perl script to create a specific XML file.
>
> The problem comes when I attempt to run the script again and append XML
> entries onto the XML file.
>
> Using XML::Writer, I am unable to perform a proper append. (The ap
me wrapper functions for your specific XML scheme which
will ensure that the document syntax is what is expected, and then
insert the elements in the proper location (most likely using another
module in place of or in addition to XML::Writer).
Steven Sim wrote:
> Gurus;
>
> Sorry if
Gurus;
Sorry if this is not the proper forum.
I've successfully written a Perl script to create a specific XML file.
The problem comes when I attempt to run the script again and append XML
entries onto the XML file.
Using XML::Writer, I am unable to perform a proper append. (The append
IO i
I haven't dealt with MS databases in several years but some of this
stuff will likely still apply. First a couple notes on the underlying
databases, if you're running Access be sure to compact the database
after the insert particularly if this is going to be a repeated process,
in a
transaction log and rollback
segment are and if they will support the 100k or if maybe 50k or 25k would
be better), the bigger the block the less the overhead. Also ask you DBA to
consider table locks and so on when doing an insert this big...
Then you should if at all posible prepare the insert statment so
From: Luke <[EMAIL PROTECTED]>
> Hello,
> I am looking for a proper, fastest and most reasonable way to insert
> data from pretty big file (~1,000,000 lines) to database. I am using
> Win32::ODBC (ActiveState Perl) module to connect with Access/MSSQL
> database and inserting l
On 22 Sep, 02:58, [EMAIL PROTECTED] (Luke) wrote:
> Hello,
> I am looking for a proper, fastest and most reasonable way to insert
> data from pretty big file (~1,000,000 lines) to database. I am using
> Win32::ODBC (ActiveState Perl) module to connect with Access/MSSQL
> databas
Luke schreef:
> I am looking for a proper, fastest and most reasonable way to insert
> data from pretty big file (~1,000,000 lines) to database.
Make the file have a format as needed by the data import tool of the
database system.
Often a CSV format is supported.
See also bcp
Hello,
I am looking for a proper, fastest and most reasonable way to insert
data from pretty big file (~1,000,000 lines) to database. I am using
Win32::ODBC (ActiveState Perl) module to connect with Access/MSSQL
database and inserting line after line. I was wondering if there is a
better way to do
Typos wrote:
> Hello everyone,
Hello,
> I'm a Perl beginner and I've been trying for a while to to insert an array
> in to the middle of another array
perldoc -f splice
> after a certain pattern.
More difficult. You first have to determine at what array index the patt
Hello everyone,
I'm a Perl beginner and I've been trying for a while to to insert an array
in to the middle of another array after a certain pattern.
Here is what I'm trying to do...I have the Linux Iptables configuration
file, which has a custom chain called MAC which hold al
D. Bolliger wrote:
Tom Allison am Donnerstag, 23. November 2006 16:13:
[snipped some code]
I get a STDERR warning printed out everytime this has a duplicate key
violation...
Any idea why eval{} doesn't suppress this?
Hi Tom
It'd be a bad idea... eval BLOCK adds the ability to catch runtime
Tom Allison am Donnerstag, 23. November 2006 16:13:
[snipped some code]
> I get a STDERR warning printed out everytime this has a duplicate key
> violation...
>
> Any idea why eval{} doesn't suppress this?
Hi Tom
It'd be a bad idea... eval BLOCK adds the ability to catch runtime errors and
modi
I've been using something like this for Oracle for some time
and tried it with Postgresql.
(RaiseError doesn't change the outcome)
sub insert_token {
my $token = shift;
eval{ $sth1->execute($token) };
if ($@) {
return 1 if $@ =~ /duplicate key violates unique constraint/;
Saboo, Nandakishore wrote:
> Hi,
Hello,
> As Tom Phoenix said there are many ways to do it, this is one of the way we
> can do it.
>
> +++
> $string =
> "one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve|thirteen|fourteen|";
> $added = "abc|";
>
> @tmp_array = split(/
Hi,
As Tom Phoenix said there are many ways to do it, this is one of the way we can
do it.
+++
$string =
"one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve|thirteen|fourteen|";
$added = "abc|";
@tmp_array = split(/\|/,$string,4);
for ($i=0;$i<$#tmp_array;$i++)
{
On 5/18/06, Gerald Wheeler <[EMAIL PROTECTED]> wrote:
Wondering how I can insert a value: "abc|"
There's more than one way to do it. One way would be a substitution
(s///). Another would be to use split and join: split the line, do
whatever you need to do with the el
Wondering how I can insert a value: "abc|" http://learn.perl.org/> <http://learn.perl.org/first-response>
Thanks for all,I'll try some ways to fit it.
"Practical Perl" schreef:
> I wrote a script to insert datas to mysql database.The insert
> frequency is about 45 times per second.
> Most of the insert actions are successful,but I still see some errors
> as follow:
>
> DBD::mysql::st execute failed: INSERT c
On 4/7/06, Practical Perl <[EMAIL PROTECTED]> wrote:
> Hello,all,
>
> I wrote a script to insert datas to mysql database.The insert frequency is
> about 45 times per second.
> Most of the insert actions are successful,but I still see some errors as
> follow:
>
>
Hello,all,
I wrote a script to insert datas to mysql database.The insert frequency is
about 45 times per second.
Most of the insert actions are successful,but I still see some errors as
follow:
DBD::mysql::st execute failed: INSERT command denied to user
'abc'@'192.168.3.10'
or a new record, but might provide
> only a single field difference for an already existing record). This
> obviously will involve a series of UPDATE and INSERT statements, mostly
> in random order. As most RDBMS can hold only one prepared statement at a
> time (including MySQL) I
Peter,
>
> Are you sure about that?
> As far as I understand, what you say you can't do, is to have two
> prepares for example:
>
> my $dbh = DBI->connect("dbi:mysql:database","user","pass");
> my $foo = $dbh->prepare("SELECT
re("SELECT * FROM .");
my $bar = $dbh->prepare("INSERT INTO .");
$foo->execute();
$foo->finish();
$bar->execute();
$bar->finish();
At least that works for me.
Sorry if I misunderstood you.
Mads
Peter Rabbitson wrote:
|>I'm sure others will give
> I'm sure others will give you more informed answers.. But why can't
> you create multiple statement handlers under the same connection?
>
Because you can't. One connection holds only one prepared statement (at
least in MySQL). If you prepare $statement2 on the same $dbh,
$statement1 automati
On Sun, Jul 10, 2005 at 06:23:19PM +0300, Octavian Rasnita wrote:
> Can't you use the replace sql query?
>
> Use it like you use "insert". It will insert new rows where there are no
> rows, and do an update where there are rows...
>
Negative. REPLACE is j
Can't you use the replace sql query?
Use it like you use "insert". It will insert new rows where there are no
rows, and do an update where there are rows...
Teddy
- Original Message -
From: "Peter Rabbitson" <[EMAIL PROTECTED]>
To:
Sent: Sunday, July
single field difference for an already existing record). This
obviously will involve a series of UPDATE and INSERT statements, mostly
in random order. As most RDBMS can hold only one prepared statement at a
time (including MySQL) I have 2 ways to do this that look somewhat
efficient:
1. Sweep the
I'm a little new at PDF manipulation in Perl and I'm
not completely convinced that what I want to do is
even possible. Basically what i want to do is take a
multi-page PDF file and insert a footer onto the
bottom of every page along with sequential page
numbers. I've been tinkeri
> -Original Message-
> From: Anish Kumar K. [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 29, 2004 9:28 AM
> To: beginners perl
> Subject: How to track the success of insert
>
>
> Hi
>
> I was trying out some practice examples with DBI and CGI a
> -Original Message-
> From: Anish Kumar K. [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 29, 2004 9:28 AM
> To: beginners perl
> Subject: How to track the success of insert
>
>
> Hi
>
> I was trying out some practice examples with DBI and
Hi
I was trying out some practice examples with DBI and CGI and kind of stuck while doing
a comparison
That is if I could insert successfully into a databse a script window shld come
"Success". but when the insert fails
a window shld come saying "Can;t insert "..
How
Maxipoint Rep Office wrote:
> How insert data with Perl into multiple MySQL tables?
You need multiple INSERT statements. Use a transaction if they all need to
complete or fail together. I don't use MySQL, so I don't know how
transactions work for it specifically, but typically y
How insert data with Perl into multiple MySQL tables?
I can not find any clear advice..
this is for TABLE1:
# Connect to the database.
my $dbh = DBI->connect("DBI:mysql:database=;host=localhost",
"username", "pass",
quot;;
: : : my $email = "1";
: : : my $username = "1";
: : : my $password = "1";
: : : my $status = "1";
: :
: : Are all these variables supposed to be coming from
: : an HTML form? Is that what you want to use CGI.pm for?
:
: RE: yes, I wish delete it in s
-Original Message-
From: Eduardo Vázquez Rodríguez [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 08, 2004 2:02 AM
To: Maxipoint Rep Office
Cc: Charles K. Clarkson; [EMAIL PROTECTED]
Subject: Re: create connection from html form into insert MySQL data script
I think he is from
Maxipoint Rep Office wrote:
I am successful insert data in MySQL with code below:
Message from comp.lang.perl.misc forwarded FYI:
Original Message
Subject: Re: create connection from html form into insert MySQL data
script
Date: Wed, 08 Sep 2004 03:14:12 +0200
From: Gunnar
les K. Clarkson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 08, 2004 1:06 AM
To: 'Maxipoint Rep Office'; [EMAIL PROTECTED]
Subject: RE: create connection from html form into insert MySQL data script
Maxipoint Rep Office <[EMAIL PROTECTED]> wrote:
: I am successful inser
-Original Message-
From: Charles K. Clarkson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 08, 2004 1:06 AM
To: 'Maxipoint Rep Office'; [EMAIL PROTECTED]
Subject: RE: create connection from html form into insert MySQL data script
Maxipoint Rep Office <[EMAIL PROT
1 - 100 of 161 matches
Mail list logo