- or download this
; sub capture (&;*)
{ my $code = shift
...
}
; \$output
}
- or download this
use strict;
use warnings;
...
}
#...
- or download this
perl -ne 'next if m{^\s*;\s*[^#]}; print $_' debugging.pl > stripped.p
+l
- or download this
print <<HEREDOC
Some lines go here
HEREDOC
; #this would be filtered out if I didn't leave a comment