$ cat example #!/usr/bin/perl -T print "hello\n"; $ chmod u+x example; example hello $ perl example Too late for "-T" option at ol line 1.