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
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
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"
>
How do you convert a date that is already in the format MMDD into Epoch
seconds?
$date = 20011130
Thank you.
Dale
--- 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
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
> -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
>
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")
>
>
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
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
--- 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
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'});
--- 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'}
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
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
>>>>> "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
16 matches
Mail list logo