<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Paul Boin - Perl</title>
    <link>http://paul.boin.org/</link>
    <description>Nerdy notes from here and there...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1 - http://www.s9y.org/</generator>
    <pubDate>Fri, 14 Jul 2006 15:56:36 GMT</pubDate>

    <image>
        <url>http://paul.boin.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Paul Boin - Perl - Nerdy notes from here and there...</title>
        <link>http://paul.boin.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Smart concatenation of logrotate'd files to permanent log.</title>
    <link>http://paul.boin.org/archives/22-Smart-concatenation-of-logrotated-files-to-permanent-log..html</link>
            <category>Linux</category>
            <category>Perl</category>
    
    <comments>http://paul.boin.org/archives/22-Smart-concatenation-of-logrotated-files-to-permanent-log..html#comments</comments>
    <wfw:comment>http://paul.boin.org/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://paul.boin.org/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (Paul Boin)</author>
    <content:encoded>
    On my &lt;a href=&quot;http://www.speedypuppy.net&quot;  title=&quot;SpeedyPuppy&quot;&gt;webhost&lt;/a&gt;, I&#039;ve got an eight-day logrotation of my apache logs.  I didn&#039;t set this up (and can&#039;t change it), so it is what it is...&lt;br /&gt;
&lt;br /&gt;
Now, I run rsync every day to get those log files, MySQL dumps, all kinds of good stuff.  There&#039;s a problem with this though:  as logrotate does it&#039;s thing, each of the 1-8 files get clobbered in turn.  So, my logs don&#039;t accumulate.&lt;br /&gt;
&lt;br /&gt;
What I want to do is to concatenate the files into a local master log that I can analyze over time.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://paul.boin.org/archives/22-Smart-concatenation-of-logrotated-files-to-permanent-log..html#extended&quot;&gt;Continue reading &quot;Smart concatenation of logrotate&#039;d files to permanent log.&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 14 Jul 2006 08:55:00 -0700</pubDate>
    <guid isPermaLink="false">http://paul.boin.org/archives/22-guid.html</guid>
    
</item>
<item>
    <title>CPAN as non-root user, on a web host</title>
    <link>http://paul.boin.org/archives/19-CPAN-as-non-root-user,-on-a-web-host.html</link>
            <category>Linux</category>
            <category>Perl</category>
    
    <comments>http://paul.boin.org/archives/19-CPAN-as-non-root-user,-on-a-web-host.html#comments</comments>
    <wfw:comment>http://paul.boin.org/wfwcomment.php?cid=19</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://paul.boin.org/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    

    <author>nospam@example.com (Paul Boin)</author>
    <content:encoded>
    Oh, man is this nice.  I&#039;ve been strugling a while to figure out how to run CPAN as a user without root access.  I &lt;strong&gt;finally&lt;/strong&gt; came across a nice, clear set of instructions.  Good enough to document here for future reference.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.dcc.fc.up.pt/~pbrandao/aulas/0203/AR/modules_inst_cpan.html&quot; &gt;HOWTO:  Run CPAN as a non-root user&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 19 Jun 2006 14:25:38 -0700</pubDate>
    <guid isPermaLink="false">http://paul.boin.org/archives/19-guid.html</guid>
    
</item>
<item>
    <title>CPAN / PAUSE account</title>
    <link>http://paul.boin.org/archives/14-CPAN-PAUSE-account.html</link>
            <category>Coding</category>
            <category>Perl</category>
    
    <comments>http://paul.boin.org/archives/14-CPAN-PAUSE-account.html#comments</comments>
    <wfw:comment>http://paul.boin.org/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://paul.boin.org/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (Paul Boin)</author>
    <content:encoded>
    Just to see how it goes, I&#039;ve decided to apply for a &lt;a href=&quot;http://pause.cpan.org&quot; &gt;PAUSE&lt;/a&gt; account.&lt;br /&gt;
&lt;br /&gt;
I have a utility that I&#039;ve been sitting on for a long time called OS390::IEBUtils that should reallly be published.  It allows a perl environment to unpack PDS members that were concatenated by IEBPTPCH, and it also allows the same environment to build an IEBUPDTE stream from a directory full of files.  &lt;br /&gt;
&lt;br /&gt;
This is probably one of those cases where it&#039;s not the utility that&#039;s so valuable, it&#039;s the experience from publishing it, building a tight test suite, accepting patches &amp;amp; suggestions, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update:&lt;/b&gt;  Wow, got an approval very quickly.  &lt;a href=&quot;http://pause.perl.org/pause/query?ACTION=pause_04about#registering&quot; &gt;The PAUSE FAQ&lt;/a&gt; indicates that they shoot for a week.  I got my moderation response in about 20 mins.  Now I know what I&#039;ll be doing this AM.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update:&lt;/b&gt; Cool.  Looks like everything got updated, and it&#039;s listed properly on CPAN.  Here&#039;s a first look at &lt;a href=&quot;http://search.cpan.org/~pboin/OS390-IEBUtils-0.01/lib/OS390/IEBUtils.pm&quot;  title=&quot;OS390::IEBUtils&quot;&gt;OS390::IEBUtils&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Fri, 09 Jun 2006 08:35:54 -0700</pubDate>
    <guid isPermaLink="false">http://paul.boin.org/archives/14-guid.html</guid>
    
</item>

</channel>
</rss>