<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.mtacs.de/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.mtacs.de/feed.php">
        <title>msdoc old:programmieren:perl</title>
        <description></description>
        <link>https://www.mtacs.de/</link>
        <image rdf:resource="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-11T20:23:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=old:programmieren:perl:kalender&amp;rev=1673465387&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=old:programmieren:perl:slowcat&amp;rev=1673465387&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico">
        <title>msdoc</title>
        <link>https://www.mtacs.de/</link>
        <url>https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.mtacs.de/doku.php?id=old:programmieren:perl:kalender&amp;rev=1673465387&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-11T19:29:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>old:programmieren:perl:kalender</title>
        <link>https://www.mtacs.de/doku.php?id=old:programmieren:perl:kalender&amp;rev=1673465387&amp;do=diff</link>
        <description>apt-get install libdate-calc-perl



#!/usr/bin/perl -w

use strict;
use Date::Calc qw(Day_of_Week check_date Day_of_Year leap_year Easter_Sunday Week_Number Today);

my $key;
my $jahr;
my $mon_ende;
my $mon;
my $tg = 1;
my $sj;
my $year;
my $month;
my $day;
my $os;
my @tag = (&quot;&quot;,&quot;Mo&quot;,&quot;Di&quot;,&quot;Mi&quot;,&quot;Do&quot;,&quot;Fr&quot;,&quot;Sa&quot;,&quot;So&quot;);
my @monat = (&quot;&quot;,&quot;Januar&quot;,&quot;Februar&quot;,&quot;Maerz&quot;,&quot;April&quot;,&quot;Mai&quot;,&quot;Juni&quot;, &quot;Juli&quot;,&quot;August&quot;,&quot;September&quot;,&quot;Oktober&quot;,&quot;November&quot;,&quot;Dezember&quot;);

($year,$month,$day) = Today();

if (! defined $ARGV[0]…</description>
    </item>
    <item rdf:about="https://www.mtacs.de/doku.php?id=old:programmieren:perl:slowcat&amp;rev=1673465387&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-11T19:29:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>old:programmieren:perl:slowcat</title>
        <link>https://www.mtacs.de/doku.php?id=old:programmieren:perl:slowcat&amp;rev=1673465387&amp;do=diff</link>
        <description>Langsame Ausgabe auf der Console


#!/usr/bin/perl
# slowcat - emulate a   s l o w   line printer
# usage: slowcat [-DELAY] [files ...]
$DELAY = ($ARGV[0] =~ /^-([.\d]+)/) ? (shift, $1) : 1;
$| = 1;
while (&lt;&gt;) {
    for (split(//)) {
        print;
        select(undef,undef,undef, 0.005 * $DELAY);
    }
}</description>
    </item>
</rdf:RDF>
