Help for this page

Select Code to Download


  1. or download this
    #nvl : a common pl/sql command
    sub nvl { defined ($_[0]) ? $_[0] : $_[1] }
    
  2. or download this
    my $defaults = {
        requires_login => 0,
        template_file => 'template.tmp',
        inner_template => '',
        %_
    }