Help for this page

Select Code to Download


  1. or download this
    use strict if $ENV{'DEVELOPMENT'}
    
  2. or download this
    if ($ENV{'use_strict'})
    {
        use strict;
    }