> -Original Message-
> From: Sven Bentlage [mailto:root@;svenbentlage.de]
> Sent: Thursday, November 14, 2002 2:43 PM
> To: [EMAIL PROTECTED]
> Subject: DBI / loop
>
>
> Hi everyone!
>
> I have a small problem which should be very easy to solve, but right
> now I just do not understand
I just replaced my actual server with "SMTP_SERVER",.
On Thursday, Nov 14, 2002, at 21:00 Europe/Berlin, Bob Showalter wrote:
-Original Message-
From: Sven Bentlage [mailto:root@;svenbentlage.de]
Sent: Thursday, November 14, 2002 2:43 PM
To: [EMAIL PROTECTED]
Subject: DBI / loop
H
> -Original Message-
> From: Sven Bentlage [mailto:root@;svenbentlage.de]
> Sent: Thursday, November 14, 2002 2:43 PM
> To: [EMAIL PROTECTED]
> Subject: DBI / loop
>
>
> Hi everyone!
>
> I have a small problem which should be very easy to solve, but right
> now I just do not understand
I am writing this as part of a module, so it prints fine in the main
but not in
the method...
Any suggestions .
sub new{
while (my $hashRef = $sth->fetchrow_hashref()) {
foreach $keys(keys %$hashRef){
$self->{'_colData'}{$keys}=$$hashRef{$keys};
pr
Hi everyone!
I have a small problem which should be very easy to solve, but right
now I just do not understand where the mistake is:
I`m using a small loop to fetch several hundred ids from a MySQL
database, all of the ids are pushed into @id. After that the script
fetches 1-3 email addresses f
See inline comments.
On Thu, 14 Nov 2002 11:22:09 -0800, "T. Murlidharan Nair" <[EMAIL PROTECTED]> wrote:
> Hi!!
> I am retriving data in a while loop using fetchrow_hashref
> How do I assign it to another hash. I am trying the following
>
In
> -Original Message-
> From: T. Murlidharan Nair [mailto:nair@;sdsc.edu]
> Sent: Thursday, November 14, 2002 2:22 PM
> To: [EMAIL PROTECTED]
> Subject: fetchrow_hashref
>
>
> Hi!!
> I am retriving data in a while loop using fetchrow_hashref
> How do I assign it to another hash. I am tryi
Hi!!
I am retriving data in a while loop using fetchrow_hashref
How do I assign it to another hash. I am trying the following
while (my %hashRef =$sth->fetchrow_hashref()){
foreach $keys (keys %hashRef){
print $keys;
print "$hashRef{$keys}\t";
}
p
I have noticed that ever since I have signed up for numerous different perl
mailing lists, I have been getting unwanted emails. Funny thing is, I am 100%
sure my address has been snarfed from one of these mailing lists due to the fact
that we are denied net access here at work. So whatever can b
Hi Casey et al,
Thanks for the useful information! I was just noticing that all of our
email addresses are available as-is on the discussion archives
(http://archive.develooper.com/beginners-cgi%40perl.org/) where they could
easily be harvested by evil spam-bots and used to send us junk.
Do you
NAME
beginners-faq - FAQ for the beginners-cgi mailing list
1 - Administriva
1.1 - I'm not subscribed - how do I subscribe?
Send mail to <[EMAIL PROTECTED]>
You can also specify your subscription email address by sending email to
(assuming [EMAIL PROTECTED] is your email addre
11 matches
Mail list logo