<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/comp.lang.perl.misc</id>
  <title type="text">comp.lang.perl.misc Google Group</title>
  <subtitle type="text">
  The Perl language in general.
  </subtitle>
  <link href="/group/comp.lang.perl.misc/feed/atom_v1_0_topics.xml" rel="self" title="comp.lang.perl.misc feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Dilbert</name>
  <email>dilbert1...@gmail.com</email>
  </author>
  <updated>2012-06-03T19:45:34Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a144fed2f880646f</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a144fed2f880646f" />
  <title type="html">Activestate Perl 5.16</title>
  <summary type="html" xml:space="preserve">
  Hello everybody, &lt;br&gt; &lt;p&gt;Does anybody know whether Activestate are going to release Activestate &lt;br&gt; Perl 5.16 ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lothar Braun</name>
  <email>lothar.br...@googlemail.com</email>
  </author>
  <updated>2012-06-02T11:53:03Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/e6c3ab02bbaca444</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/e6c3ab02bbaca444" />
  <title type="html">Child processes don&#39;t get the close on pipe</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Karr</name>
  <email>davidmichaelk...@gmail.com</email>
  </author>
  <updated>2012-06-01T16:57:01Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/4264642efd1f0995</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/4264642efd1f0995" />
  <title type="html">How to properly recursively navigate into archives stored in archives</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>George Mpouras</name>
  <email>nospam.gravital...@hotmail.com.nospam</email>
  </author>
  <updated>2012-05-31T07:54:14Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a8bcba78dd113367</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a8bcba78dd113367" />
  <title type="html">my $variables</title>
  <summary type="html" xml:space="preserve">
  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;}
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Nehren</name>
  <email>apei...@pobox.com</email>
  </author>
  <updated>2012-05-29T16:32:54Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a48f4acd23580c20</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a48f4acd23580c20" />
  <title type="html">Quick and dirty article filter</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <email>rvaede...@gmail.com</email>
  </author>
  <updated>2012-05-25T20:08:18Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/91df299643d4daee</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/91df299643d4daee" />
  <title type="html">coding question</title>
  <summary type="html" xml:space="preserve">
  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:
  </summary>
  </entry>
  <entry>
  <author>
  <name>John</name>
  <email>john.sm...@invalid.com</email>
  </author>
  <updated>2012-05-25T18:34:08Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/120a8b09883e1206</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/120a8b09883e1206" />
  <title type="html">How does a script language work in a server</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>ccc31807</name>
  <email>carte...@gmail.com</email>
  </author>
  <updated>2012-05-25T14:47:29Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/f8775acc61d8e200</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/f8775acc61d8e200" />
  <title type="html">confused about POD</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Yue Jiang</name>
  <email>yuejdesigne...@gmail.com</email>
  </author>
  <updated>2012-05-24T03:19:07Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/cddd456cea703f19</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/cddd456cea703f19" />
  <title type="html">Video tutorials on VIM and UNIX</title>
  <summary type="html" xml:space="preserve">
  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!
  </summary>
  </entry>
  <entry>
  <author>
  <name>RUSHIKESH BUSETTY</name>
  <email>rushikesh.buse...@gmail.com</email>
  </author>
  <updated>2012-05-23T09:16:09Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/95abf3eb2332dc5f</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/95abf3eb2332dc5f" />
  <title type="html">NEW HOT PHOTOS &amp; VIDEOS</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dilbert</name>
  <email>dilbert1...@gmail.com</email>
  </author>
  <updated>2012-05-22T18:52:19Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/eaf1761398eb2139</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/eaf1761398eb2139" />
  <title type="html">Strawberry Perl 5.16 rocks</title>
  <summary type="html" xml:space="preserve">
  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 :-)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike</name>
  <email>mi...@mac.com</email>
  </author>
  <updated>2012-05-22T16:54:17Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a5b773fb69eb873c</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/a5b773fb69eb873c" />
  <title type="html">OT: How to calculate reputation scores?</title>
  <summary type="html" xml:space="preserve">
  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.)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Morty</name>
  <email>morty+use...@frakir.org</email>
  </author>
  <updated>2012-05-22T15:29:21Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/2759406556bfc0b9</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/2759406556bfc0b9" />
  <title type="html">forcing TCP in Net::DNS?</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marc Girod</name>
  <email>marc.gi...@gmail.com</email>
  </author>
  <updated>2012-05-22T07:47:34Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/fe053bf1c052a0ba</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/fe053bf1c052a0ba" />
  <title type="html">get local packages symbols with require</title>
  <summary type="html" xml:space="preserve">
  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:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave Saville</name>
  <email>d...@invalid.invalid</email>
  </author>
  <updated>2012-05-21T10:07:30Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/605170351f5b2eec</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/605170351f5b2eec" />
  <title type="html">Help with install from CPAN</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
</feed>

