[Israel.pm] Good Looking Graphs with Perl?
Yuval Yaari
yuval at windax.com
Mon Feb 9 07:18:07 PST 2004
Srikanth Madani wrote:
>This sounds exciting (I too have managers!), but before I start dabbling in
>GD, I have a question : can I see the output on a Putty (terminal) window?
>Or do I need to run these scripts on a X-server type interface?
>
>
My script creates an image. No output there...
So yeh, you can run it from putty (I hate that program...).
The samples output was meant for this use:
<IMG SRC="/cgi-bin/script.pl">
And the sample script sends the header (of GIF which is outdated. GD
doesn't create GIFs anymore) and the image.
You can just print it to a file (without the headers) and do whatever
you want with it.
> Can't locate 5.60 in @INC (@INC contains: bla bla bla)
>
>I'm running Perl 5.005_03.
>
>Do I need v5.6 of Perl? Why doesn't the documentation web page say this?
>
Yes you do. Or at least, so it seems.
Honestly, I have no idea why it's not written.
I think it's time for you to update your Perl anyway :)
--Yuval
More information about the Perl
mailing list