Simple Seo Solutions
SEO and Promotion sites
VoiceNotebook.com
Speech to text for Android
|
|
Multiline comment ln perl
We can use POD (plain old documentation)
to insert mutiline comment ln perl. Just write in the beginning of the comment:
=BEGIN
and after the commented lines:
=END
Sample:
print "some code";
=BEGIN
print "some commented code";
print "another commented code";
=END
|
|
|
|