Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    <root>
    ...
        <footnote id = "F2">F2 text</footnote>
    </footnotes>
    </root>
    
  2. or download this
    $VAR1 = {
              'unsold' => {
    ...
                                         }
                           }
            };
    
  3. or download this
    #!/usr/bin/perl
    use XML::Simple;
    ...
    {
    print "$e->{footnote}{content}\n";
    }