<?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_msgs.xml" rel="self" title="comp.lang.perl.misc feed"/>
  <updated>2008-07-27T02:49:15Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Nathan</name>
  <email>u...@serverrb.net</email>
  </author>
  <updated>2008-07-27T02:49:15Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/130becd002c87c37/09376debf78fae0e?show_docid=09376debf78fae0e</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/130becd002c87c37/09376debf78fae0e?show_docid=09376debf78fae0e"/>
  <title type="text">Re: what is the expression mean?</title>
  <summary type="html" xml:space="preserve">
  This expression is defining a hash variable called %month2num; it &lt;br&gt; expresses the relation between a month and its number. The months are &lt;br&gt; called the &amp;quot;keys&amp;quot; and the numbers are called &amp;quot;values&amp;quot;. For example, &lt;br&gt; $month2num{&amp;quot;Jan&amp;quot;} would give you the string &#39;01&#39;. The &amp;quot;=&amp;gt;&amp;quot; symbol is &lt;br&gt; used as a shorthand for this statement:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jking</name>
  <email>jiangjun_maill...@tom.com</email>
  </author>
  <updated>2008-07-27T02:13:55Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/130becd002c87c37/e821c85b2b9d17fb?show_docid=e821c85b2b9d17fb</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/130becd002c87c37/e821c85b2b9d17fb?show_docid=e821c85b2b9d17fb"/>
  <title type="text">what is the expression mean?</title>
  <summary type="html" xml:space="preserve">
  hi, &lt;br&gt; I am reading the perl code of Blosxom, &lt;br&gt; I can not quite catch the meaning of this expressiong: &lt;br&gt; %month2num = (nil=&amp;gt;&#39;00&#39;, Jan=&amp;gt;&#39;01&#39;, Feb=&amp;gt;&#39;02&#39;, Mar=&amp;gt;&#39;03&#39;, Apr=&amp;gt;&#39;04&#39;, &lt;br&gt; May=&amp;gt;&#39;05&#39;, Jun=&amp;gt;&#39;06&#39;, Jul=&amp;gt;&#39;07&#39;, Aug=&amp;gt;&#39;08&#39;, Sep=&amp;gt;&#39;09&#39;, Oct=&amp;gt;&#39;10&#39;, Nov=&amp;gt;&#39;11&#39;, &lt;br&gt; Dec=&amp;gt;&#39;12&#39;); &lt;br&gt; @num2month = sort { $month2num{$a} &amp;lt;=&amp;gt; $month2num{$b} } keys %month2num;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nathan</name>
  <email>u...@serverrb.net</email>
  </author>
  <updated>2008-07-27T01:43:11Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/cf3346379d27db6c/0ecb0c26e227964d?show_docid=0ecb0c26e227964d</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/cf3346379d27db6c/0ecb0c26e227964d?show_docid=0ecb0c26e227964d"/>
  <title type="text">dynamic scoped variables in the debugger</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m running Perl v5.8.8 compiled for linux. I was reading about the perl &lt;br&gt; debugger and ran the following script with the command &amp;quot;perl -d&amp;quot;: &lt;br&gt; 1 #!/ usr/bin/perl &lt;br&gt; 2 $_ = &amp;quot;foo&amp;quot;; &lt;br&gt; 3 /foo/; &lt;br&gt; 4 &lt;br&gt; 5 print &amp;quot;$&amp;amp;&amp;quot;; &lt;br&gt; 6 print &amp;quot;\n&amp;quot;; &lt;br&gt; As expected it prints &amp;quot;foo&amp;quot; before the newline, and if I check the value &lt;br&gt; of $&amp;amp; in the debugger it does show &amp;quot;foo&amp;quot;. However, if I omit line 5 of
  </summary>
  </entry>
  <entry>
  <author>
  <name>PerlFAQ Server</name>
  <email>br...@stonehenge.com</email>
  </author>
  <updated>2008-07-27T01:03:02Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/48dd1aedbaaf13ac/360e0890496d2b18?show_docid=360e0890496d2b18</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/48dd1aedbaaf13ac/360e0890496d2b18?show_docid=360e0890496d2b18"/>
  <title type="text">FAQ 3.1 How do I do (anything)?</title>
  <summary type="html" xml:space="preserve">
  This is an excerpt from the latest version perlfaq3.pod, which &lt;br&gt; comes with the standard Perl distribution. These postings aim to &lt;br&gt; reduce the number of repeated questions as well as allow the community &lt;br&gt; to review and update the answers. The latest version of the complete &lt;br&gt; perlfaq is at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://faq.perl.org&quot;&gt;[link]&lt;/a&gt; .
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bill H</name>
  <email>b...@ts1000.us</email>
  </author>
  <updated>2008-07-26T21:05:02Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/960aabde7a41303c/7caca4d5a811ffe7?show_docid=7caca4d5a811ffe7</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/960aabde7a41303c/7caca4d5a811ffe7?show_docid=7caca4d5a811ffe7"/>
  <title type="text">Re: FAQ 3.10 Is there an IDE or Windows Perl Editor?</title>
  <summary type="html" xml:space="preserve">
  I would suggest adding ConText to this for windows (http:// &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.contexteditor.org/&quot;&gt;[link]&lt;/a&gt;) I have been using it and am starting to like &lt;br&gt; it more and more. &lt;br&gt; Bill H
  </summary>
  </entry>
  <entry>
  <author>
  <name>PerlFAQ Server</name>
  <email>br...@stonehenge.com</email>
  </author>
  <updated>2008-07-26T19:03:01Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/960aabde7a41303c/2aeedebbfc6d3f11?show_docid=2aeedebbfc6d3f11</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/960aabde7a41303c/2aeedebbfc6d3f11?show_docid=2aeedebbfc6d3f11"/>
  <title type="text">FAQ 3.10 Is there an IDE or Windows Perl Editor?</title>
  <summary type="html" xml:space="preserve">
  This is an excerpt from the latest version perlfaq3.pod, which &lt;br&gt; comes with the standard Perl distribution. These postings aim to &lt;br&gt; reduce the number of repeated questions as well as allow the community &lt;br&gt; to review and update the answers. The latest version of the complete &lt;br&gt; perlfaq is at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://faq.perl.org&quot;&gt;[link]&lt;/a&gt; .
  </summary>
  </entry>
  <entry>
  <author>
  <name>Hartmut Camphausen</name>
  <email>jus...@somewhere.de</email>
  </author>
  <updated>2008-07-26T18:42:26Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/7ce21f9ce9518edb/75722bb416877b77?show_docid=75722bb416877b77</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/7ce21f9ce9518edb/75722bb416877b77?show_docid=75722bb416877b77"/>
  <title type="text">How come? RE matches, but does not set $^R</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; Assume the following REs: &lt;br&gt; /(B(?:=c*))(?{&#39;got B&#39;})/ &lt;br&gt; &lt;p&gt; /(B(?:=c*)?)(?{&#39;got B&#39;})/ &lt;br&gt; &lt;p&gt;Both expressions match as expected (and set $1), BUT: the second one &lt;br&gt; does n o t set $^R as it should do. &lt;br&gt; However, if I say &lt;br&gt; &lt;p&gt; /(?&amp;gt;(B(?:=c+)?)(?{...})/ &lt;br&gt; &lt;p&gt;i.e. force Perl to eat up anything it matches, $^R is correctly set.
  </summary>
  </entry>
  <entry>
  <author>
  <name>zentara</name>
  <email>zent...@highstream.net</email>
  </author>
  <updated>2008-07-26T15:40:40Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/42b0283fb8dcf385/c31e07c7e829652f?show_docid=c31e07c7e829652f</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/42b0283fb8dcf385/c31e07c7e829652f?show_docid=c31e07c7e829652f"/>
  <title type="text">Re: Why stdin lose after new Thread</title>
  <summary type="html" xml:space="preserve">
  On Sat, 26 Jul 2008 05:29:00 -0700 (PDT), haomiao &amp;lt;miaoh...@ustc.edu&amp;gt; &lt;br&gt; wrote: &lt;br&gt; You don&#39;t understand how threads in Perl work very well. &lt;br&gt; When a thread gets spawned, it gets a copy of it&#39;s parent at the time. &lt;br&gt; This means when you try to dynamically spawn threads, each previous &lt;br&gt; thread gets a copy of previous ones, and memory usage of the app tends
  </summary>
  </entry>
  <entry>
  <author>
  <email>rup...@web-ideas.com.au</email>
  </author>
  <updated>2008-07-26T13:28:48Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/f8d046444579f99c/af342f6e297536a0?show_docid=af342f6e297536a0</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/f8d046444579f99c/af342f6e297536a0?show_docid=af342f6e297536a0"/>
  <title type="text">Re: EPIC and &quot;my&quot; variables</title>
  <summary type="html" xml:space="preserve">
  I gave up on Ubuntu and jumped accross to Vista to develope. Had a &lt;br&gt; couple of problems which I had to over come. First - Activestate 5.10 &lt;br&gt; has got a couple of library problems, PadWalker and DBD::mysql are not &lt;br&gt; normally available for it. I had to specify full paths to repositories &lt;br&gt; for both: &lt;br&gt; ppm install &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://cpan.uwinnipeg.ca/PPMPackages/10xx/DBD-mysql.ppd&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>PerlFAQ Server</name>
  <email>br...@stonehenge.com</email>
  </author>
  <updated>2008-07-26T13:03:03Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/c6926133706f1ad7/83446a869b98f8fd?show_docid=83446a869b98f8fd</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/c6926133706f1ad7/83446a869b98f8fd?show_docid=83446a869b98f8fd"/>
  <title type="text">FAQ 3.30 What&#39;s MakeMaker?</title>
  <summary type="html" xml:space="preserve">
  This is an excerpt from the latest version perlfaq3.pod, which &lt;br&gt; comes with the standard Perl distribution. These postings aim to &lt;br&gt; reduce the number of repeated questions as well as allow the community &lt;br&gt; to review and update the answers. The latest version of the complete &lt;br&gt; perlfaq is at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://faq.perl.org&quot;&gt;[link]&lt;/a&gt; .
  </summary>
  </entry>
  <entry>
  <author>
  <name>haomiao</name>
  <email>miaoh...@ustc.edu</email>
  </author>
  <updated>2008-07-26T12:29:00Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/42b0283fb8dcf385/2a33059b63e14e88?show_docid=2a33059b63e14e88</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/42b0283fb8dcf385/2a33059b63e14e88?show_docid=2a33059b63e14e88"/>
  <title type="text">Why stdin lose after new Thread</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; When I create a new thread, the main thread cannot get input from &lt;br&gt; &amp;lt;&amp;gt;. &lt;br&gt; The code is like &lt;br&gt; ------------------------------ ----------------- &lt;br&gt; while ( $line = &amp;lt;STDIN&amp;gt; ) { &lt;br&gt; chomp $line; &lt;br&gt; execCmdLine($line); &lt;br&gt; print &amp;quot;pp&amp;gt; &amp;quot;; &lt;br&gt; ------------------------------ ------------------ &lt;br&gt; In the execCmdLine function, if $line eq &#39;conn&#39;, a new thread is
  </summary>
  </entry>
  <entry>
  <author>
  <name>Zak B. Elep</name>
  <email>zak...@zakame.net</email>
  </author>
  <updated>2008-07-26T12:23:44Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/54ecfc1caa9d8d0f/faf8f4b5583b8674?show_docid=faf8f4b5583b8674</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/54ecfc1caa9d8d0f/faf8f4b5583b8674?show_docid=faf8f4b5583b8674"/>
  <title type="text">Re: Perl - approach to query https website for code &amp; parsing xml response</title>
  <summary type="html" xml:space="preserve">
  Reposting back to clpmisc, it&#39;ll probably help someone else. Site &lt;br&gt; changed to preserve anonymity ;) &lt;br&gt; I realized that what you&#39;re trying to do is to POST data to what looks &lt;br&gt; like a Web Service (in particular, a SOAP/XMLRPC-like service, except it &lt;br&gt; doesn&#39;t make an envelope;) we&#39;re using the wrong tool for the job.
  </summary>
  </entry>
  <entry>
  <author>
  <name>PerlFAQ Server</name>
  <email>br...@stonehenge.com</email>
  </author>
  <updated>2008-07-26T07:03:01Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/dacd3c465ab4c2b1/3a4a290cb7742081?show_docid=3a4a290cb7742081</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/dacd3c465ab4c2b1/3a4a290cb7742081?show_docid=3a4a290cb7742081"/>
  <title type="text">FAQ 4.37 What&#39;s wrong with always quoting &quot;$vars&quot;?</title>
  <summary type="html" xml:space="preserve">
  This is an excerpt from the latest version perlfaq4.pod, which &lt;br&gt; comes with the standard Perl distribution. These postings aim to &lt;br&gt; reduce the number of repeated questions as well as allow the community &lt;br&gt; to review and update the answers. The latest version of the complete &lt;br&gt; perlfaq is at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://faq.perl.org&quot;&gt;[link]&lt;/a&gt; .
  </summary>
  </entry>
  <entry>
  <author>
  <name>Uri Guttman</name>
  <email>u...@stemsystems.com</email>
  </author>
  <updated>2008-07-26T06:16:28Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/5b9f8bb8f4e13efc/bcb3ee777bdd1c4a?show_docid=bcb3ee777bdd1c4a</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/5b9f8bb8f4e13efc/bcb3ee777bdd1c4a?show_docid=bcb3ee777bdd1c4a"/>
  <title type="text">Re: How to match () pairs</title>
  <summary type="html" xml:space="preserve">
  &amp;gt;&amp;gt; I would like to match &lt;br&gt; TJM&amp;gt; Then you should type: &lt;br&gt; TJM&amp;gt; perldoc -q match &lt;br&gt; TJM&amp;gt; How do I find matching/nesting anything? &lt;br&gt; &amp;gt;&amp;gt; a pattern such as &lt;br&gt; &amp;gt;&amp;gt; something( something_1( something_2( ... &lt;br&gt; &amp;gt;&amp;gt; (something_n)...)something_els e_2)something_else_1) &lt;br&gt; &amp;gt;&amp;gt; &lt;br&gt; &amp;gt;&amp;gt; , where all the brackets pair up and there could be any number of
  </summary>
  </entry>
  <entry>
  <author>
  <name>PerlFAQ Server</name>
  <email>br...@stonehenge.com</email>
  </author>
  <updated>2008-07-26T01:03:02Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/2203b95e4d780a88/848edb416983ff74?show_docid=848edb416983ff74</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/2203b95e4d780a88/848edb416983ff74?show_docid=848edb416983ff74"/>
  <title type="text">FAQ 4.20 How do I unescape a string?</title>
  <summary type="html" xml:space="preserve">
  This is an excerpt from the latest version perlfaq4.pod, which &lt;br&gt; comes with the standard Perl distribution. These postings aim to &lt;br&gt; reduce the number of repeated questions as well as allow the community &lt;br&gt; to review and update the answers. The latest version of the complete &lt;br&gt; perlfaq is at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://faq.perl.org&quot;&gt;[link]&lt;/a&gt; .
  </summary>
  </entry>
</feed>
