Philip Mak wrote:
>
> I can't get XMLSubs to work with perl v5.00503 with ASP.pm version 2.17.
> When I put Hi in my code, it would generate the following
> perl code:
>
> s::td({ }, 'Hi');
>
> which did not work for some reason; I think that perl didn't realize that
> this was supposed to be a
I can't get XMLSubs to work with perl v5.00503 with ASP.pm version 2.17.
When I put Hi in my code, it would generate the following
perl code:
s::td({ }, 'Hi');
which did not work for some reason; I think that perl didn't realize that
this was supposed to be a function call. I made it write this