Help for this page
print STDOUT "Here's some text!"; sub filterText { # this might filter out certain words, encode text, etc. }
print filterText("Here's some text!");