Thanks all,
I got it working.
-Original Message-
From: $Bill Luebkert [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 24, 2004 11:38 PM
To: Viswanatha Rao
Cc: [EMAIL PROTECTED]
Subject: Re: date calculation perl and mysql
Viswanatha Rao wrote:
> DateTime is in -MM-DD HH:MM:SS format
Thanks, I did not notice the path.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of yop =
me
Sent: Wednesday, August 25, 2004 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: how to change perl gd::graph font type, size, and color??
I dont know how to change th
> Hy ... which module is playing here?
>
use DBI;
only ;-) All is the MySQL keywords.
Petr Vileta, Czech republic
___
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
I dont know how to change the color, it must be writen
in the GD::GRAPH docs.
but the fonts ...
look where you saying to the module where to find the font file.
i asume you are working on Windows so the path:
/usr/share/ ... isn´t windows valid path.
- Original Message -
From: "Viswan
I am generating a pie chart whose code is given below. I
have two questions:
1. I want to change font size and type of pie chart. The
code below is expected to change the font type and size. Instead it uses
defaults values.
2. Also I want to change the default color for each data
point wi
I am trying to authenticate and pull a file from a server
that is being authenticated by a siteminder server.
I always just get the login page as if my username and
password never get passed. I did notice that there is a form listed that has
an action of sending to login.fcc, but not sure
If you pick it up from mysql, use the UNIX_TIMESTAMP [1]
function. It converts a mysql datetime type into seconds
since 1970. You can then do your math on it.
Otherwise, I suggest looking at the datetime modules [2].
-Mathieu
[1]
http://dev.mysql.com/doc/mysql/en/Date_and_time_functions.html
[2