<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.perl.misc Google Group</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc</link>
  <description>The Perl language in general.</description>
  <language>en</language>
  <item>
  <title>Activestate Perl 5.16</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a144fed2f880646f/d469c4b50a3f0723?show_docid=d469c4b50a3f0723</link>
  <description>
  Hello everybody, &lt;br&gt; &lt;p&gt;Does anybody know whether Activestate are going to release Activestate &lt;br&gt; Perl 5.16 ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a144fed2f880646f</guid>
  <author>
  dilbert1...@gmail.com
  (Dilbert)
  </author>
  <pubDate>Sun, 03 Jun 2012 19:45:34 UT
</pubDate>
  </item>
  <item>
  <title>Child processes don&#39;t get the close on pipe</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/e6c3ab02bbaca444/c8f003875e9423d6?show_docid=c8f003875e9423d6</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have a problem with pipes that I do not understand at all. My code &lt;br&gt; forks a number of child processes, and creates a pipe for every one of &lt;br&gt; them. The parent then writes data to the child&#39;s pipes, finishing the &lt;br&gt; whole process by closing the pipe. &lt;br&gt; &lt;p&gt;The children consume to data and write results back to the parent
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/e6c3ab02bbaca444</guid>
  <author>
  lothar.br...@googlemail.com
  (Lothar Braun)
  </author>
  <pubDate>Sat, 02 Jun 2012 11:53:03 UT
</pubDate>
  </item>
  <item>
  <title>How to properly recursively navigate into archives stored in archives</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/4264642efd1f0995/a3f03b4463eee5ca?show_docid=a3f03b4463eee5ca</link>
  <description>
  I have a small perl script that I use to search archives for members matching a name. I&#39;d like to enhance this so that if it finds any members in the archive that are also archives (zip, jar, etc) it will then recursively scan those, looking for the original desired pattern. &lt;br&gt; &lt;p&gt;I&#39;ve looked through the &amp;quot;Archive::Zip&amp;quot; documentation, and I thought I saw how to do this. I noticed the &amp;quot;fh()&amp;quot; and &amp;quot;readFromFileHandle()&amp;quot; methods. However, in my testing, it appears that the &amp;quot;fh()&amp;quot; call on an archive member returns the file handle for the containing archive, not the member. Perhaps I&#39;m doing it wrong, but I appreciate an example of how to do this.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/4264642efd1f0995</guid>
  <author>
  davidmichaelk...@gmail.com
  (David Karr)
  </author>
  <pubDate>Fri, 01 Jun 2012 16:57:01 UT
</pubDate>
  </item>
  <item>
  <title>my $variables</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a8bcba78dd113367/00abb90a93d7ac78?show_docid=00abb90a93d7ac78</link>
  <description>
  is there any way to catch the &amp;quot;my&amp;quot; variable names like the &amp;quot;our&amp;quot; variables ? &lt;br&gt; &lt;p&gt;my $var_001 = &#39;hello&#39;; &lt;br&gt; our $var_002 = &#39;world&#39;; &lt;br&gt; foreach (grep /var/, keys %{__PACKAGE__.::}) {print &amp;quot;$_ &lt;br&gt; &amp;quot;,${__PACKAGE__.::}{$_},&amp;quot;\n&amp;quot;}
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a8bcba78dd113367</guid>
  <author>
  nospam.gravital...@hotmail.com.nospam
  (George Mpouras)
  </author>
  <pubDate>Thu, 31 May 2012 07:54:14 UT
</pubDate>
  </item>
  <item>
  <title>Quick and dirty article filter</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a48f4acd23580c20/9a9f48c185c7ba65?show_docid=9a9f48c185c7ba65</link>
  <description>
  As I&#39;ve been spending more time on Usenet, I&#39;ve come to become rather &lt;br&gt; annoyed at the &amp;quot;features&amp;quot; of Google Groups. Yes, it sucks, it makes &lt;br&gt; things a mess, and so on. But! Instead of just whining about the &lt;br&gt; problem, I&#39;ve put together a small, simple Perl program to filter Google &lt;br&gt; Groups (and other) articles into something resembling sanity. I wrote
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a48f4acd23580c20</guid>
  <author>
  apei...@pobox.com
  (Chris Nehren)
  </author>
  <pubDate>Tue, 29 May 2012 16:32:54 UT
</pubDate>
  </item>
  <item>
  <title>coding question</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/91df299643d4daee/f912454ee9a048c5?show_docid=f912454ee9a048c5</link>
  <description>
  I am not very familiar with perl. Although, I do have shell scripting experience. &lt;br&gt; I thought this would be easier to do this in perl. &lt;br&gt; &lt;p&gt;I have a file that doesn&#39;t have a field delimiter between the columns and I want to add a colon between each column. I can identify the columns by hard coding the range:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/91df299643d4daee</guid>
  <author>
  rvaede...@gmail.com
  </author>
  <pubDate>Fri, 25 May 2012 20:08:18 UT
</pubDate>
  </item>
  <item>
  <title>How does a script language work in a server</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/120a8b09883e1206/391aa0afb8618653?show_docid=391aa0afb8618653</link>
  <description>
  When someone uses s browser and goes to a &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.somesite.com/someperl.pl&quot;&gt;[link]&lt;/a&gt; how does &lt;br&gt; it work at the server end? Let&#39;s say I&#39;d like to create a &amp;quot;perl-clone&amp;quot; or &lt;br&gt; something like perl or php where would I get more info?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/120a8b09883e1206</guid>
  <author>
  john.sm...@invalid.com
  (John)
  </author>
  <pubDate>Fri, 25 May 2012 18:34:08 UT
</pubDate>
  </item>
  <item>
  <title>confused about POD</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/f8775acc61d8e200/3e9f37618fb1e2a6?show_docid=3e9f37618fb1e2a6</link>
  <description>
  This might be just a mental glitch, but I seem to be having a problem &lt;br&gt; wrapping my mind around POD. My mental image is javadoc, which allows &lt;br&gt; me to produce HTML documentation of Java classes from internal &lt;br&gt; documation (in Javadoc format) by running a command. &lt;br&gt; &lt;p&gt;If I document my Perl code (either an executable or a PM) using POD
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/f8775acc61d8e200</guid>
  <author>
  carte...@gmail.com
  (ccc31807)
  </author>
  <pubDate>Fri, 25 May 2012 14:47:29 UT
</pubDate>
  </item>
  <item>
  <title>Video tutorials on VIM and UNIX</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/cddd456cea703f19/f898838e6522793c?show_docid=f898838e6522793c</link>
  <description>
  Hey guys, check out my video tutorials on VIM editor and UNIX at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.fuzicast.com&quot;&gt;[link]&lt;/a&gt;. Let me know if you like it, thanks!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/cddd456cea703f19</guid>
  <author>
  yuejdesigne...@gmail.com
  (Yue Jiang)
  </author>
  <pubDate>Thu, 24 May 2012 03:19:07 UT
</pubDate>
  </item>
  <item>
  <title>NEW HOT PHOTOS &amp; VIDEOS</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/95abf3eb2332dc5f/906003fa6a0b02b9?show_docid=906003fa6a0b02b9</link>
  <description>
  ALL INTERVIEW QUESTIONS&amp;amp; STUDY MATERIAL &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://newdotnetinterviewquestions.blogspot.in/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;TOP DATING TIPS TO ENCOURAGE WOMEN FOR DATING &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://datingsitesdatingtips.blogspot.in/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt; FOR LATEST MOVIE UPDATED LINKS &lt;br&gt; SUDIGADU MOVIE LATEST STILLS
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/95abf3eb2332dc5f</guid>
  <author>
  rushikesh.buse...@gmail.com
  (RUSHIKESH BUSETTY)
  </author>
  <pubDate>Wed, 23 May 2012 09:16:09 UT
</pubDate>
  </item>
  <item>
  <title>Strawberry Perl 5.16 rocks</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/eaf1761398eb2139/e8369986b0699b2a?show_docid=e8369986b0699b2a</link>
  <description>
  looking at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://strawberryperl.com/&quot;&gt;[link]&lt;/a&gt;, &lt;br&gt; it now displays... &lt;br&gt; &lt;p&gt;Download Strawberry Perl 5.16.0.1 (32bit) &lt;br&gt; Download Strawberry Perl 5.16.0.1 (64bit) &lt;br&gt; &lt;p&gt;I didn&#39;t even have to wait :-)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/eaf1761398eb2139</guid>
  <author>
  dilbert1...@gmail.com
  (Dilbert)
  </author>
  <pubDate>Tue, 22 May 2012 18:52:19 UT
</pubDate>
  </item>
  <item>
  <title>OT: How to calculate reputation scores?</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a5b773fb69eb873c/eb0fac79161271e7?show_docid=eb0fac79161271e7</link>
  <description>
  A general question, not PERL releated: &lt;br&gt; &lt;p&gt;Many web sites have an article/message/user reputation based on the up or &lt;br&gt; down votes the article/message/user receives. How is a reputation score &lt;br&gt; calculated given only up and down votes? (The user is not presented with &lt;br&gt; a 1 to 5 scale for scoring something.)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a5b773fb69eb873c</guid>
  <author>
  mi...@mac.com
  (Mike)
  </author>
  <pubDate>Tue, 22 May 2012 16:54:17 UT
</pubDate>
  </item>
  <item>
  <title>forcing TCP in Net::DNS?</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/2759406556bfc0b9/65708656bf117c40?show_docid=65708656bf117c40</link>
  <description>
  Using Net::DNS, I&#39;d like to be able to force TCP lookups even for &lt;br&gt; queries that shouldn&#39;t need TCP. dig supports this using the +tcp &lt;br&gt; option. Does Net::DNS have a method to do this? Net::DNS::Resolver &lt;br&gt; describes how to set TCP persistence and a TCP timeout, but I don&#39;t &lt;br&gt; see a way to force TCP.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/2759406556bfc0b9</guid>
  <author>
  morty+use...@frakir.org
  (Morty)
  </author>
  <pubDate>Tue, 22 May 2012 15:29:21 UT
</pubDate>
  </item>
  <item>
  <title>get local packages symbols with require</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/fe053bf1c052a0ba/357ad00632dd7bb2?show_docid=357ad00632dd7bb2</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I am still trying to improve the CPAN ClearCase::Wrapper package: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://cpansearch.perl.org/src/DSB/ClearCase-Wrapper-1.16/Wrapper.pm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;In particular, somebody brought to my attention the fact that errors &lt;br&gt; in sub-modules which Wrapper loads, are ignored. &lt;br&gt; I decided that the point to fix was the snippet:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/fe053bf1c052a0ba</guid>
  <author>
  marc.gi...@gmail.com
  (Marc Girod)
  </author>
  <pubDate>Tue, 22 May 2012 07:47:34 UT
</pubDate>
  </item>
  <item>
  <title>Help with install from CPAN</title>
  <link>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/605170351f5b2eec/bbb90e5b0b217730?show_docid=bbb90e5b0b217730</link>
  <description>
  Finally decided to have another go wirh 5.14.2 on OS/2. &lt;br&gt; &lt;p&gt;As usual it is a binary port but I have it installed in the same &lt;br&gt; environment as it was built. Little things work but I cannot get it to &lt;br&gt; install anything. It chugs along happily until it gets to the test &lt;br&gt; portion and then fails with every single test saying &amp;quot;no subtests
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/605170351f5b2eec</guid>
  <author>
  d...@invalid.invalid
  (Dave Saville)
  </author>
  <pubDate>Mon, 21 May 2012 10:07:30 UT
</pubDate>
  </item>
  </channel>
</rss>

