Help for this page

Select Code to Download


  1. or download this
    print STDOUT "Here's some text!";
    
    sub filterText {
      # this might filter out certain words, encode text, etc.
    }
    
  2. or download this
    print filterText("Here's some text!");