To build on
Ultra's
reply, it
may be a directive for a text editor. For example my editor,
JED, opens in
perl mode based on extension (
.pl) and/or shebang line. But for my modules I did not set up an association. I always put a
# -*- Perl -*-
comment at the top of them instead.