Help for this page

Select Code to Download


  1. or download this
    use strict;
    package Strict::Package;
    
  2. or download this
    package Not::Strict::Yet::Package;
    use strict;
    # Now it's a strict package
    
  3. or download this
    {
      use strict;
      package I::Think::I'm::Strict;
    }
      # But I'm really not