use strict 'subs'; : strict « Language Basics « Perl






use strict 'subs';

    

use strict 'subs';


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

   
    
    
    
  








Related examples in the same category

1.use strict 'refs';
2.use strict 'vars';
3.use strict Pragma
4.use strict;
5.'use strict' and subroutine
6.'use strict' with package
7.no strict 'refs';
8.The strict Pragma
9.Using the strict Pragma