On Sat, 23 Oct 2004, Maxipoint Rep Office wrote:
> <>>>
> Please use a useful subject line.
>
> RE: sorry my error..
No big deal, just try to be mindful about it :-)
> > On Sat, 23 Oct 2004, Maxipoint Rep Office wrote:
> >
> > > how create 'date stamp' on much simpler way..
> >
> > Simple
<>>>
Please use a useful subject line.
RE: sorry my error..
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?
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