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