On 19 Aug 2004, at 14:54, Peter Mueller wrote:
Hi!
I am starting to use AxKit and dropped on this problem.
I would like to write a Taglib with TagibHelper that has tags like
<this-is-my-tag>
As perl functions with "-" in the name are not possible I defined them like
@EXPORT_TAGLIB = ( 'this-is-my-tag($arg1$arg2):isreally=this_is_my_tag' );
Just use underscores in the name and implementation, and skip the isreally part. TLH autoconverts underscores to hyphens (well actually it automatically supports both for the same taglib function).
See the example TLH taglibs on CPAN for code examples.
Matt.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
