Help for this page

Select Code to Download


  1. or download this
    <root>
    <tag1></tag1>
    <tag2>My Tag2</tag2>
    <tag3>My Tag3</tag3>
    </root>
    
  2. or download this
    my %my_hash = (
            tag1 => undef,
            tag2 => 'My Tag2',
            tag3 => 'My Tag3',
        );