Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $dom->at('idset:first-of-type')->attr(id => 'derp');
    # dump the whole DOM
    say $dom->content;
    
  2. or download this
    Current value: 100
    <header>
    ...
            <b>item_b</b>
        </idset>
    </header>