Please use a useful subject line.

On Sat, 23 Oct 2004, Maxipoint Rep Office wrote:

> how create 'date stamp' on much simpler way..

Simpler than what?

    $ perl -le '$now = localtime; print $now'
    Sat Oct 23 15:14:42 2004
    $

What would be simpler than that?

> I need 'date stamp' readed and I'll after that with html::temp print 
> out on the html..

It would help immensely to know what code you have so far, how you've 
been trying to handle timestamps, and how you want to get this into your 
heml. 

I'm not familiar with HTML::Temp, though I do know HTML::Template. Are 
you talking about HTML::Template? If so, please spell it out so that 
people don't assume you're using some other, custom, module.
 

-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to