Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use Scope::CHECK;
    ...
    End of scope
    Checking scope
    After scope
    
  2. or download this
    package Scope::CHECK;
    use 5.010;
    ...
    L<perlmod> for C<CHECK> and C<UNITCHECK>.
    
    =cut