[EMAIL PROTECTED] (Scott R. Godin) writes:

> just a bit of silliness I conconcted while reading Damian's OOP... Your 
> thoughtful appraisal and suggestions would be most welcome. I'm still 
> experimenting with it off and on. :-) 

This module could be useful. I don't see any reason to not upload it.
Except that the name would be better as Time::Elapsed (which would fit
with the other Time::* modules).

> Is there a good way to turn a <mailto:[EMAIL PROTECTED]> into a 
> proper link in the pod, or is that not part of the functionality? I 
> played around a bit but couldn't discover if there was a special trick 
> to do so and didn't spend a lot of time searching deeper, figuring it's 
> a frivolous option, at this point in the life of the script. :-) 

You need something like:

=for html

<br> <p> write to <a href="mailto:...> me</a> </p>

=end html

=begin text

Write to mailto:[EMAIL PROTECTED]

=end text

See perlpod man page for more details.

Cheers

-- 
[EMAIL PROTECTED]

Reply via email to