#!/usr/bin/perl -W # warnings enabled globally on previous line use v5.20; # implicit use strict; use strict; # No impact use warnings; # No impact