![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^2: Basic debugging checklistby davies (Prior) |
on Mar 01, 2020 at 22:14 UTC ( #11113607=note: print w/replies, xml ) | Need Help?? |
I recently got bitten by doing this. The debugging messages were going to the web page. The code was misbehaving, but no debugging messages appeared. View Source explained why - because I had used < and >, they were being interpreted as HTML tags that made no sense & were ignored. Since then, I've been using square brackets. Regards, John Davies
In Section
Tutorials
|
|