more to it. I am used to
making declarations separately, not in-line like that. ;)
--jab
=
John Bollinger, CFA, CMT
www.BollingerBands.com
__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenge
Quotes:";
foreach $row ($q->quotes()) {
($date, $open, $high, $low, $close, $volume) = @$row;
print "$date $close";
}
It works fine as is. I would like to convert it to allow strict and
-w. Any hints on how best to do so would be appreciated
--jab
but I don't understand this.
> a good time to start modularising it to provide better and safer
> access
I though it was pretty modulerised as is. Perhaps I miss your point?
My problem is that the output is ending up in script_log, not in the
calling procedure.
Regards in
ing that back to
> the
> browser?
gifChart simply returns a gif.
This script is called muliple times by another script that provides
an HTML wrapper for the gifs, but the ouput from this script is
ending up in apache's script_log while the boilerplate goes to the
browser.
I have attached script_log. Perhaps that might help.
Thanks,
--jab
=
John Bollinger, CFA, CMT
www.BollingerBands.com
__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
script_log
--- Aaron Craig <[EMAIL PROTECTED]> wrote:
> Could we have a look at the code?
>
> At 05:52 19.05.2001 -0700, you wrote:
Sure, it is attached.
--jab
=
John Bollinger, CFA, CMT
www.BollingerBands.com
__
Do You Yahoo!?
I wrote a cgi script in perl that successfully calls a program which
returns a gif image, but the image is not returned to the browser,
rather it ends up in script_log and a I get a broken image place
holder in the browser?!
Any clues?
--jab
=
John Bollinger, CFA, CMT