Help for this page

Select Code to Download


  1. or download this
    sub header {
        my $self = shift;
    
    ...
            @_
        );
    }
    
  2. or download this
    1222c1222
    <         return $self->header();
    ---
    >         $cgi = $self->{_SESSION_OBJ};
    
  3. or download this
     # call header to instantiate CGI object, but throw away the result
    $sess->header();
    # _now_ print the header
    ...
    Expires: Mon, 18 Oct 2004 21:52:43 GMT
    Date: Mon, 18 Oct 2004 21:42:43 GMT
    Content-Type: text/html; charset=ISO-8859-1