Help for this page
#!/usr/bin/perl -wT use strict; ... } foo(); bar();
#!/usr/bin/perl -Tw use strict; ... } foo(); bar();