Help for this page

Select Code to Download


  1. or download this
    my %stuff = ( year => '1999', foo => 'bar', baz => 'quux', );
  2. or download this
    sub writeBasicTag {
        for (@_) {
            $writer->startTag($_);
    ...
        }
        1;
    }