Help for this page

Select Code to Download


  1. or download this
    package MyApp::Local;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
      ...
      {
    ...
        # umask restored when $temp goes out of scope, even by dying
      }
      ...