Help for this page

Select Code to Download


  1. or download this
    package MyStandardEnforcer;
    use feature ();
    ...
    sub import {
      croak "disable indirect!" if feature::feature_enabled("indirect");
    }