Re: How to get the biggest integers from an array?

2002-12-10 Thread Geraint Jones
je Hotmail & Messenger berichten op je mobiele telefoon met Hotmail > SMS http://www.msn.nl/jumppage/ -- Geraint Jones -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PostgreSQL DBD setup

2001-06-27 Thread Geraint Jones
On Wednesday 27 June 2001 2:08 pm, Geraint Jones wrote: > I've just spent a frustrating few hours looking for the answer to my > problem and have decided to give up and ask you guys. The docs for the Perl > module "DBD-Pg-1.00" say I should set the followi

Re: Variable scope

2001-06-27 Thread Geraint Jones
> I think I see where Geraint is coming from, but a my'd > variable is the only type of variable that is NOT a "global", > using the term as it is used in "official" perl documentation. Must have missed that part - you learn something new every minute with this list ; )

Re: Variable scope

2001-06-26 Thread Geraint Jones
Try putting a "my" (without quotes) before the variable. What that will do is to make it global so any function as well as the main part of your code will be able to access it (then you won't need to put it within sub addEmail). Sometimes though, you want only the function to be able to access a

Re: email on win32

2001-06-07 Thread Geraint Jones
On Thursday 07 June 2001 4:03 pm, you wrote: > Does anybody know how to send email via a perl script on a win32 system? > > Thanks. You need the Mail::Mailer module from the CPAN (see www.perl.com) Try this, it should work. I haven't used it in a couple of months and I've just switched to Linu

Re: CPAN and Proxy

2001-06-06 Thread Geraint Jones
> Geraint Jones [[EMAIL PROTECTED]] quoth: > *> > *>I've read the docs and have tried to set-up CPAN to no avail. I'm a bit > of a *>Linux newbie so any help with setting ncftp or any other ftp program > used by *>CPAN would be very much appreciated. > >

Re: CPAN and Proxy

2001-06-05 Thread Geraint Jones
I've read the docs and have tried to set-up CPAN to no avail. I'm a bit of a Linux newbie so any help with setting ncftp or any other ftp program used by CPAN would be very much appreciated. Geraint. P.S. I've read the ncftp docs and am still confused :)

CPAN and Proxy

2001-06-05 Thread Geraint Jones
Does anyone know if and how to use CPAN over a proxy server? I've been trying everything I can think of. Geraint.

NDBM Error

2001-05-25 Thread Geraint Jones
Hello folks, I get the error below in my CGI script which is a small database app. I am using NDBM_File and am 99% certain that everything is correct because I first wrote the script without using CGI and it worked perfectly. The following is that uncertain 1%: "ndbm store returned -1, errno 0

CPAN Module for Linux (written by Andreas Koenig)

2001-05-11 Thread Geraint Jones
d ".netrc" located in the home directory, but I can't find it. O.K. so this question isn't technically a perl question, but some of you may have had some experience with the CPAN module or know of some helpful resources somewhere. Geraint Jones.