Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Docs -- don't forget

Quote Reply
Docs -- don't forget
For those of you working on the next gen, there is embedded perldoc in most of the modules.

I re-run the program I mentioned before, and have the current version of the docs at :

http://www.postcards.com/FAQ/LinkSQL/perldoc/

I've cut out most of the standard perl modules, so the meat is easier to find.


PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://postcards.com/FAQ


Quote Reply
Re: Docs -- don't forget In reply to
This is also available in HTML format as part of the program. Go to: Help->GT Module Documentation.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Docs -- don't forget In reply to
Since you are peeking in.... what about a bit more detail on the Date.pm module? Specifically how to get out the mysql datatype : DATETIME

It's a bit confusing how to do that.

PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://postcards.com/FAQ


Quote Reply
Re: Docs -- don't forget In reply to
Can you expand a bit more what you mean?

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Docs -- don't forget In reply to
Sure..

I need to get a value into a scalar variable that represents the "DATE TIME" format for MySQL.

Right now, I piece it together from a localtime(time) call.

But, I'd like to make what I do "standard" ie: adhering to the internal modules as much as possible. How would I return a datetime type using the date module??

ie: YYYY-MM-DD HH:MM:SS



PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://postcards.com/FAQ