RE: date calculation perl and mysql

2004-08-25 Thread Viswanatha Rao
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

RE: how to change perl gd::graph font type, size, and color??

2004-08-25 Thread Viswanatha Rao
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

Re: date calculation perl and mysql

2004-08-25 Thread Petr Vileta
> 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

Re: how to change perl gd::graph font type, size, and color??

2004-08-25 Thread yop = me
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

how to change perl gd::graph font type, size, and color??

2004-08-25 Thread Viswanatha Rao
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

(no subject)

2004-08-25 Thread Larry Palkendo
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

Re: date calculation perl and mysql

2004-08-25 Thread Mathieu Longtin
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