I have a Win2k3 server SP1 with AcitvePerl 5.8.3.809 installed to C:\Perl.
I inherited .plx/.tmpl pages that I need to add features to. Problem is, when I make a change and it is wrong then the page hangs and/or I get the ‘produced no output’ error. If I undo the changes, I still get the symptoms. I have to restart the IIS application pool and/or Web Site and/or IIS Admin Service (if the first one doesn’t work I have to do the others) and even after that it takes 15-30 seconds to redisplay the original page.
I tried adding ‘use warnings’ to the pages and that did not help. When I added ‘use diagnostics’ to an otherwise functional page, I get the symptoms. So how do I get ‘use diagnostics’ to work properly?
Much time and frustration is spent debugging since I do not get any error telling me what I did wrong so it is an ‘all or nothing’ doing these pages. The templates add more places to get wrong which doesn’t help.
I inherited .plx/.tmpl pages that I need to add features to. Problem is, when I make a change and it is wrong then the page hangs and/or I get the ‘produced no output’ error. If I undo the changes, I still get the symptoms. I have to restart the IIS application pool and/or Web Site and/or IIS Admin Service (if the first one doesn’t work I have to do the others) and even after that it takes 15-30 seconds to redisplay the original page.
I tried adding ‘use warnings’ to the pages and that did not help. When I added ‘use diagnostics’ to an otherwise functional page, I get the symptoms. So how do I get ‘use diagnostics’ to work properly?
Much time and frustration is spent debugging since I do not get any error telling me what I did wrong so it is an ‘all or nothing’ doing these pages. The templates add more places to get wrong which doesn’t help.