Language Basics Perl

use strict 'refs';
if ($^H && 2 )    {
  print "You're using use strict 'refs'\n"
};