Help for this page

Select Code to Download


  1. or download this
    sub Send_Header {
        my %passed_args;
    ...
        ); 
        print $header_tmpl->output();
    }
    
  2. or download this
    sub Send_Header {
        my %passed_args;
    ...
            %passed_args,
        )->output();
    }