Help for this page

Select Code to Download


  1. or download this
       my $v = $self->header ('test')
             = "fail"; # :-)
    
  2. or download this
       my $v = $self->header ('test',
               'fail');
    
  3. or download this
    my $hdr_slot = $self->header ('test');
    $hdr_slot = "new value"; # Set
    print "New header: $hdr_slot\n"; # Get