Perl
From Hackepedia
Whenever you are writing a perl script, it is good practice to use the following:
#!/usr/bin/perl -w use strict; use English;
Whenever you are writing a perl script, it is good practice to use the following:
#!/usr/bin/perl -w use strict; use English;