# This is a comment. This will not run
What many don't know is that there is a known way to make multi-line comments too. It can be done by adding a "=pod" before and "=cut" after the commented lines like:
=pod
This line has been commented and won't be interpreted
This line too
Yes this line too!!
And this one as well is commented between the show pod-cut
Pod-Cut combos are for documentation comments but we can use
them for multi-line comments too
Enjoy! :)
=cut
0 comments:
Post a Comment