Help for this page

Select Code to Download


  1. or download this
    my %attrs = ( name => 'Band', link => 'band.html');
    
    ...
    
    print "NEW_ATTRS KEYS = ", keys %new_attrs, "\n";
    print "NEW_ATTRS VALUES = ", values %new_attrs, "\n";
    
  2. or download this
    my %new_attrs = %{$container{ATTRIBUTES}};