Fwd: Fw: PLEEEEEEEASE READ!!!

2001-11-30 Thread lynn bui
hey, this does not concern perl, but maybe you should read it. it may be true and if so it's a really good deal. Note: forwarded message attached. --- Begin Message --- Note: forwarded message attached. __ Do You Yahoo!? Yahoo! GeoCities - q

Re: Program dilema

2001-11-30 Thread Scott R. Godin
In article <2E4528861499D41199D200A0C9B15BC031B624@FRISTX>, [EMAIL PROTECTED] (Bob Showalter) wrote: > > -Original Message- > > From: Andre` Niel Cameron [mailto:[EMAIL PROTECTED]] > > Sent: Friday, November 30, 2001 2:07 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject

Re: Program dilema

2001-11-30 Thread Curtis Poe
--- Andre` Niel Cameron <[EMAIL PROTECTED]> wrote: > Can anyone think of a cleaner way to do this: > push(@Joiner, $ReadData[3]); > push(@Joiner, $PlayerData{'PlayerHeld'}); > push(@Joiner, $PlayerData{'PlayerCarried'}); > push(@Joiner, $PlayerData{'PlayerEquipped'}

Re: Program dilema

2001-11-30 Thread Andre` Niel Cameron
Can anyone think of a cleaner way to do this: push(@Joiner, $ReadData[3]); push(@Joiner, $PlayerData{'PlayerHeld'}); push(@Joiner, $PlayerData{'PlayerCarried'}); push(@Joiner, $PlayerData{'PlayerEquipped'}); push(@Joiner, $PlayerData{'PlayerWielded'});

Re: Program dilema

2001-11-30 Thread Curtis Poe
--- Andre` Niel Cameron <[EMAIL PROTECTED]> wrote: > Hi, > > I am having a bit of a problem. Does anyone have any idea how I could have > a variable and see if the value of that variable is also located in an array > and hash? IE: > > $myvar= 6 > > @myarray= ("4", "7", 10", 6") > > if (6 exi

Re: Program dilema

2001-11-30 Thread Brett W. McCoy
On Fri, 30 Nov 2001, Andre` Niel Cameron wrote: > I am having a bit of a problem. Does anyone have any idea how I could have > a variable and see if the value of that variable is also located in an array > and hash? IE: > > $myvar= 6 > > @myarray= ("4", "7", 10", 6") > > if (6 exists in @myarra

error checking part of my code

2001-11-30 Thread Neclos
My cgi works fine in printing the comment after successfully determining that all of the required fields were filled out but doesn't print the error

Re: [CGI] Program dilema

2001-11-30 Thread Mohit Agarwal
On Fri, Nov 30, 2001 at 02:07:16PM -0500, Andre` Niel Cameron wrote: > I am having a bit of a problem. Does anyone have any idea how I could have > a variable and see if the value of that variable is also located in an array > and hash? IE: > > $myvar= 6 > > @myarray= ("4", "7", 10", 6") > >

RE: Program dilema

2001-11-30 Thread Bob Showalter
> -Original Message- > From: Andre` Niel Cameron [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 30, 2001 2:07 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Program dilema > > > Hi, > > I am having a bit of a problem. Does anyone have any idea > how I could have >

Program dilema

2001-11-30 Thread Andre` Niel Cameron
Hi, I am having a bit of a problem. Does anyone have any idea how I could have a variable and see if the value of that variable is also located in an array and hash? IE: $myvar= 6 @myarray= ("4", "7", 10", 6") if (6 exists in @myarray) ( dothis} else{ dothis} andre Regards, Andre` C. Techni

Re: Need some assistance, should be easy.

2001-11-30 Thread Curtis Poe
--- Gary Stainburn <[EMAIL PROTECTED]> wrote: > Hi Brian, > > This depends on a number of things, the browser, the server and your script's > environment. > > One of the values (that should be ) submitted by a web browser when someone > clicks a link is URL of the referring (current) page. Th

Re: Converting Date to Epoch Seconds

2001-11-30 Thread Randal L. Schwartz
>>>>> "Dale" == Dale Pellerin <[EMAIL PROTECTED]> writes: Dale> How do you convert a date that is already in the format MMDD into Epoch Dale> seconds? Dale> $date = 20011130 Presuming you want midnight localtime for that date: my $date = &quo

Converting Date to Epoch Seconds

2001-11-30 Thread Pellerin, Dale
How do you convert a date that is already in the format MMDD into Epoch seconds? $date = 20011130 Thank you. Dale

Re: uploading file

2001-11-30 Thread Scott R. Godin
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Djoko Priyono) wrote: > > your best bet is to read the docs for CGI.pm. you can do that by > > typing: > > > > perldoc CGI this isn't as good a choice as the below for the simple reason that the docs would make the .pm file "friggin' huge" >

Re: accessing yahoo mail through text mode/shell

2001-11-30 Thread Scott R. Godin
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Mike Laborde) wrote: > Yahoo *does* allow you to use your own e-mail client for POP & SMTP. All you > have to do is check a box that allows them to send you 1 advertising e-mail > per week. I have several Yahoo e-mail accounts that I use exclusi

Re: uploading file

2001-11-30 Thread Djoko Priyono
On 30 November 2001 Friday 12:20 am, fliptop wrote: > Pedro A Reche Gallardo wrote: > > Hi all, I am beginner with cgi scripting and I am trying to make a cgi > > script that can upload a file, and work with it, or alternatively if > > there no file to upload is specified, use the input pasted in