http://www.perlmonks.org?node_id=809053


in reply to Re^3: RFC: Porting map() and grep() to AppleScript
in thread RFC: Porting map() and grep() to AppleScript

Indeed, you need to wrap it that way otherwise the site gets syntax coloring and reindenting wrong. You also need to add use warnings; use strict; though, or it will get rejected on the base that you'd find the trivial errors if you enabled those.