Help for this page

Select Code to Download


  1. or download this
    var arrRecords = new Array();
    var arrCookie = new Array();
    ...
    
    }
    
  2. or download this
    
    if (exists $ENV{'HTTP_COOKIE'}) {
    ...
       }
    
    @selected_records = split(',', $value);
    
  3. or download this
    [% SET subscription = cgi.param('first') %]
    [% SET subject = cgi.param('second') %]
    ...
    );
    cookies.push(cookie)
    %]
    
  4. or download this
    
    my $template = $self->load_tt_template('setup_resource_final');
    ...
            $output .= $self->http_footer();