You've just reinvented Smart::Comments but in a style that looks like lisp/assembly comments to me. It's really confusing to have leading semi-colons because I'm so used to that having meaning in other languages.
use Smart::Comments; use strict; use warnings; use XML::Simple; use if $ENV{DEBUG}, 'Smart::Comments'; my $struct = XMLin('test.xml'); ### $struct; if (defined $struct) { my $result_set = process_data($struct); ### $result_set; send($result_set); } #...
⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊
In reply to Re: Perlish Debugging Style
by diotalevi
in thread Perlish Debugging Style
by radiantmatrix
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |