use strict; package Strict::Package; #### package Not::Strict::Yet::Package; use strict; # Now it's a strict package #### { use strict; package I::Think::I'm::Strict; } # But I'm really not
## package Not::Strict::Yet::Package; use strict; # Now it's a strict package ##
## { use strict; package I::Think::I'm::Strict; } # But I'm really not