On Tuesday, Sep 23, 2003, at 19:04 US/Pacific, Bob X wrote:
[..]
I am new to both Perl and CGI so please take that into account
when I ask this. Why remove the CGI::Carp dependency? I do not
doubt your word I really just wanna know why.
[..]
You will most likely want something that is your OWN
han
"Randal L. Schwartz" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > "Db" == Db <[EMAIL PROTECTED]> writes:
>
> Db> I'm working on a large web application with a friend of mine and we
> Db> thought it would be a good idea to update the modules we were using.
> Db> Using CPAN.p
"Parvez Mohamed" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> I am building a application in which i need to
> display live stock market prices with out the user
> presing the refresh button. Its similer to live game
> scores.
>
>
> i need to refresh only some fields not
I'm not a guru... ;-P
But I was in a similar situation some months ago.
First of all I would tell Alejandro not to send Username-Password with the
cookie, but a Session ID, but I arrived late.
There are two modules (at least I only know them) to handle "sessions" with
cookies. Apache::Session and
You will need to refresh the entire page.
Or as you said, you can use iframes.
- Original Message -
From: "parvez mohamed" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 23, 2003 10:43 AM
Subject: Help wanted regading approch for displaying live scores
> Hi,
> I
hello all,
I need to build a application in perl that would
display the live stock market prise to the users
without having to press the refresh button
for example some live match score are shown in the
webpage a similer application
i tryed to use the tag but that refreshes the whole page I
Hi,
I am building a application in which i need to
display live stock market prices with out the user
presing the refresh button. Its similer to live game
scores.
I have tryed using something like this simple script :
#!/usr/bin/perl
chop ($current_date = `/bin/date`);
print "Content-type: tex