Help for this page

Select Code to Download


  1. or download this
    sub do_login {
      my $self = shift ;
    ...
                          -cookie=> [$c1,$c2],
                         );
    }
    
  2. or download this
      $self->header_props(-type=>'text/plain',
                          -cookie=> [$c2,$c1],
                         );
    
  3. or download this
      $self->header_props(-type=>'text/plain',
                          -cookie=> [$c2,$c1,$c2],
                         );