<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.centurion.link/w/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.centurion.link/w/feed.php">
        <title>Dmitry's Wiki programming:perl</title>
        <description></description>
        <link>https://www.centurion.link/w/</link>
        <image rdf:resource="https://www.centurion.link/w/lib/tpl/sidebar/images/favicon.ico" />
       <dc:date>2026-05-03T15:12:59+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.centurion.link/w/programming/perl/start?rev=1296923426&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.centurion.link/w/programming/perl/xml_parser_encoding?rev=1242598608&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.centurion.link/w/lib/tpl/sidebar/images/favicon.ico">
        <title>Dmitry's Wiki</title>
        <link>https://www.centurion.link/w/</link>
        <url>https://www.centurion.link/w/lib/tpl/sidebar/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.centurion.link/w/programming/perl/start?rev=1296923426&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-05T17:30:26+02:00</dc:date>
        <title>programming:perl:start</title>
        <link>https://www.centurion.link/w/programming/perl/start?rev=1296923426&amp;do=diff</link>
        <description>Perl



Perl



	*  CygWin comes with Perl.
	*  ActivePerl comes with many popular Perl packages included. Use ppm install That::Module or read How to install CPAN modules into ActivePerl to install the missing ones.










while (my ($key, $value) = each %my_hash) { ... }



foreach my $key (sort keys %my_hash) { ... }</description>
    </item>
    <item rdf:about="https://www.centurion.link/w/programming/perl/xml_parser_encoding?rev=1242598608&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-18T00:16:48+02:00</dc:date>
        <title>programming:perl:xml_parser_encoding</title>
        <link>https://www.centurion.link/w/programming/perl/xml_parser_encoding?rev=1242598608&amp;do=diff</link>
        <description>XML::Parser



Some Cyrillic encodings (windows-1251, cp866, koi8-r) can be located at &lt;http://uucode.com/xml/perl/&gt;. XML::Parser modules has a limited set of internal encodings, so in case you need something exotic, you need to download XML::Encoding library and run the following script (or do it step by step):</description>
    </item>
</rdf:RDF>
