Help for this page

Select Code to Download


  1. or download this
        my $defaults = {
            requires_login         => $_{'requires_login'} ? $_{'requires_
    +login'} : 0,
            template_file         => $_{'template_file'} ? $_{'template_fi
    +le'} : 'template.tmpl',
            inner_template => '',
        };
    
  2. or download this
    sub loadOptions {
        my $argsref = shift;
    ...
        }
        return $options;
    }
    
  3. or download this
    $defaults = loadOptions([@_],$defaults);