in reply to Re: How to avoid warnings in HTML::Template::Pro?
in thread How to avoid warnings in HTML::Template::Pro?
I am sorry for the late follow up on this. I got stuck with some other things. However let me tell you that the problem got solved for me. It was a bug in my code. When I fixed it this problem vanished! I am very much grateful for the help provided by the anonymous monk and Marshall.
I appreciate Marshall's detailed description of defined checks. Talking about them I think it's worthy to mention the handy new defined-or operator // which got introduced in perl 5.10. It can be used for some of the cases in Marshall's examples also.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to avoid warnings in HTML::Template::Pro?
by Marshall (Canon) on Dec 24, 2009 at 22:08 UTC |