<?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>2013-05-21T19:39:44Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Michael Shavel</name>
  <email>em...@domain.com</email>
  </author>
  <updated>2013-05-21T19:39:44Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/d63ea7d1aec60f00/ef361e968aeb569a?show_docid=ef361e968aeb569a</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/d63ea7d1aec60f00/ef361e968aeb569a?show_docid=ef361e968aeb569a"/>
  <title type="text">Re: XML parsing problem</title>
  <summary type="html" xml:space="preserve">
  Thank you Ben! That&#39;s exactly what I needed to know.
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Black</name>
  <email>jbl...@nospam.com</email>
  </author>
  <updated>2013-05-21T18:58:50Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/d4e22eac6c14684f?show_docid=d4e22eac6c14684f</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/d4e22eac6c14684f?show_docid=d4e22eac6c14684f"/>
  <title type="text">Re: I&#39;d like to try Perl...</title>
  <summary type="html" xml:space="preserve">
  In article &amp;lt;d9ac9117-18c9-4114-ad7a-612c2 3ba1...@dk8g2000vbb.googlegrou ps.com&amp;gt;, &lt;br&gt; marc.gi...@gmail.com says... &lt;br&gt; &lt;p&gt;Yeah, spend a few minutes checking out the cygwin environment. I started with Strawberry &lt;br&gt; Perl and ended up removing it and installing cygwin. You get perl and tons more if you want.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ben Morrow</name>
  <email>b...@morrow.me.uk</email>
  </author>
  <updated>2013-05-21T18:26:22Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/d63ea7d1aec60f00/2131c1c3d76bb81b?show_docid=2131c1c3d76bb81b</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/d63ea7d1aec60f00/2131c1c3d76bb81b?show_docid=2131c1c3d76bb81b"/>
  <title type="text">Re: XML parsing problem</title>
  <summary type="html" xml:space="preserve">
  Quoth Nachtmsk &amp;lt;msha...@mac.com&amp;gt;: &lt;br&gt; &lt;p&gt;Don&#39;t do that: this will give you the whole HTTP response, including the &lt;br&gt; header. You want either the -&amp;gt;content or -&amp;gt;decoded_content method. &lt;br&gt; &lt;p&gt;Please don&#39;t do that. &lt;br&gt; &lt;p&gt;Ben
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nachtmsk</name>
  <email>msha...@mac.com</email>
  </author>
  <updated>2013-05-21T18:02:10Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/d63ea7d1aec60f00/33d16eab0dc183fe?show_docid=33d16eab0dc183fe</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/d63ea7d1aec60f00/33d16eab0dc183fe?show_docid=33d16eab0dc183fe"/>
  <title type="text">XML parsing problem</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m having a hard time getting some XML parsing to work. &lt;br&gt; Here&#39;s the story. &lt;br&gt; I am posting an XML file to a server for authentication. &lt;br&gt; The server ï¿½I post to responds back with some XML. In that XML is a &lt;br&gt; token that I need to parse out. &lt;br&gt; The data that I am being sent back is part XML and part HTTP header. I
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Karr</name>
  <email>davidmichaelk...@gmail.com</email>
  </author>
  <updated>2013-05-21T17:59:05Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/9ade3e4815121f66/cc9c73009bcb59f6?show_docid=cc9c73009bcb59f6</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/9ade3e4815121f66/cc9c73009bcb59f6?show_docid=cc9c73009bcb59f6"/>
  <title type="text">How to make XML::XPath ignore namespaces?</title>
  <summary type="html" xml:space="preserve">
  I&#39;m trying to use XML::XPath to extract content from XML documents. The documents are specified with namespaces, but I want to use XPath expressions without namespaces. As far as I can tell, I had this working perfectly fine in two different scripts. &lt;br&gt; &lt;p&gt;It seems like sometime today, the behavior of XML::XPath has changed with respect to this. I don&#39;t see what I could have changed that has made this behavior change.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ben Morrow</name>
  <email>b...@morrow.me.uk</email>
  </author>
  <updated>2013-05-21T00:23:58Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/8ccda072e713eca3?show_docid=8ccda072e713eca3</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/8ccda072e713eca3?show_docid=8ccda072e713eca3"/>
  <title type="text">Re: I&#39;d like to try Perl...</title>
  <summary type="html" xml:space="preserve">
  Quoth Peter Percival &amp;lt;peterxperci...@hotmail.com&amp;gt;: &lt;br&gt; &lt;p&gt;Strawberry is most like perl on other systems: it comes with a copy of &lt;br&gt; the compiler it was compiled with, so CPAN.pm and the other standard &lt;br&gt; Perl CPAN interfaces work properly. Strawberry is actually an offshoot &lt;br&gt; of the Vanilla Perl project (see what they did there?) which was
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Percival</name>
  <email>peterxperci...@hotmail.com</email>
  </author>
  <updated>2013-05-20T20:02:59Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/84f66976d48f9ab4?show_docid=84f66976d48f9ab4</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/84f66976d48f9ab4?show_docid=84f66976d48f9ab4"/>
  <title type="text">Re: I&#39;d like to try Perl...</title>
  <summary type="html" xml:space="preserve">
  I didn&#39;t know that. Thank you for drawing my attention to it. &lt;br&gt; &lt;p&gt;Maybe both then!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marc Girod</name>
  <email>marc.gi...@gmail.com</email>
  </author>
  <updated>2013-05-20T19:44:38Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/bab6e74b255584f8?show_docid=bab6e74b255584f8</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/bab6e74b255584f8?show_docid=bab6e74b255584f8"/>
  <title type="text">Re: I&#39;d like to try Perl...</title>
  <summary type="html" xml:space="preserve">
  ActivePerl is compiled with a Microsoft compiler (the Visual C++ &lt;br&gt; Express Edition is available for free), and Strawberry with a bundled &lt;br&gt; gcc. &lt;br&gt; This will impact the ease with which CPAN modules interfacing with &lt;br&gt; shared libraries will drop. &lt;br&gt; &lt;p&gt;Note also the Cygwin option... &lt;br&gt; &lt;p&gt;Marc
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tim McDaniel</name>
  <email>t...@panix.com</email>
  </author>
  <updated>2013-05-20T15:58:39Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/8e49ad5c6e0c6431?show_docid=8e49ad5c6e0c6431</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/8e49ad5c6e0c6431?show_docid=8e49ad5c6e0c6431"/>
  <title type="text">Re: Efficiency of s///e?</title>
  <summary type="html" xml:space="preserve">
  In article &amp;lt;slrnkphatc.om4.why...@orphan. zombinet&amp;gt;, &lt;br&gt; &lt;p&gt;Oh, rescanning! Yes, in general that should indeed be considered, and &lt;br&gt; thank you for mentioning it -- s///g doesn&#39;t rescan and so avoids any &lt;br&gt; infinite loop problems. &lt;br&gt; &lt;p&gt;(If you&#39;re curious about my original problem that prompted this: &lt;br&gt; rescanning doesn&#39;t produce any different results for my case -- the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dr.Ruud</name>
  <email>rvtol+use...@xs4all.nl</email>
  </author>
  <updated>2013-05-20T14:50:46Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/d4065d7a5a569b8a?show_docid=d4065d7a5a569b8a</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/d4065d7a5a569b8a?show_docid=d4065d7a5a569b8a"/>
  <title type="text">Re: I&#39;d like to try Perl...</title>
  <summary type="html" xml:space="preserve">
  Consider CitrusPerl as well, as it includes Wx + DBI. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.citrusperl.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;StrawberryPerl already provides 5.18.0.1. &lt;br&gt; &lt;p&gt;CitrusPerl is at 5.16.3. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Ruud
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Percival</name>
  <email>peterxperci...@hotmail.com</email>
  </author>
  <updated>2013-05-20T14:04:34Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/ef7f1171456866df?show_docid=ef7f1171456866df</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/adb08500a352d2f8/ef7f1171456866df?show_docid=ef7f1171456866df"/>
  <title type="text">I&#39;d like to try Perl...</title>
  <summary type="html" xml:space="preserve">
  I&#39;d like to try Perl on Win 7 and according to this: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.perl.org/get.html&quot;&gt;[link]&lt;/a&gt;, it&#39;s a choice between ActiveState, &lt;br&gt; Strawberry and DWIM. Any advice on choosing between them would be welcome.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric Pozharski</name>
  <email>why...@pozharski.name</email>
  </author>
  <updated>2013-05-20T06:19:48Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/4e0d6aae673414f0?show_docid=4e0d6aae673414f0</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/4e0d6aae673414f0?show_docid=4e0d6aae673414f0"/>
  <title type="text">Re: Efficiency of s///e?</title>
  <summary type="html" xml:space="preserve">
  *SKIP* &lt;br&gt; &lt;p&gt;Good. Now I have a better understanding of your way of thinking. It &lt;br&gt; won&#39;t make problems anymore. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Torvalds&#39; goal for Linux is very simple: World Domination &lt;br&gt; Stallman&#39;s goal for GNU is even simpler: Freedom
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ben Morrow</name>
  <email>b...@morrow.me.uk</email>
  </author>
  <updated>2013-05-19T22:00:42Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/1c3fd88cae94d63c?show_docid=1c3fd88cae94d63c</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/1c3fd88cae94d63c?show_docid=1c3fd88cae94d63c"/>
  <title type="text">Re: Efficiency of s///e?</title>
  <summary type="html" xml:space="preserve">
  Quoth Eric Pozharski &amp;lt;why...@pozharski.name&amp;gt;: &lt;br&gt; &lt;p&gt;OK. Then I&#39;m not sure *why* you&#39;re demonstrating that, since I wasn&#39;t &lt;br&gt; questioning it. &lt;br&gt; &lt;p&gt;Ben
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rainer Weikusat</name>
  <email>rweiku...@mssgmbh.com</email>
  </author>
  <updated>2013-05-19T17:56:42Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/2d040fe87df89658?show_docid=2d040fe87df89658</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/2d040fe87df89658?show_docid=2d040fe87df89658"/>
  <title type="text">Re: Efficiency of s///e?</title>
  <summary type="html" xml:space="preserve">
  In particular, s///g scans the text from left to right and replaces &lt;br&gt; matches it found in the original input string. The loop will rescan &lt;br&gt; the text upon each iteration, possibly performing replacements on the &lt;br&gt; results of earlier replacements.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric Pozharski</name>
  <email>why...@pozharski.name</email>
  </author>
  <updated>2013-05-19T10:38:36Z</updated>
  <id>http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/b68efaa81cade961?show_docid=b68efaa81cade961</id>
  <link href="http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/03036ff7f4bb79bf/b68efaa81cade961?show_docid=b68efaa81cade961"/>
  <title type="text">Re: Efficiency of s///e?</title>
  <summary type="html" xml:space="preserve">
  *SKIP* &lt;br&gt; &lt;p&gt;I&#39;m trying to show that &lt;br&gt; &lt;p&gt;	while( m// ) { code(); s/// } &lt;br&gt; &lt;p&gt;differs from &lt;br&gt; &lt;p&gt;	s//code()/eg &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Torvalds&#39; goal for Linux is very simple: World Domination &lt;br&gt; Stallman&#39;s goal for GNU is even simpler: Freedom
  </summary>
  </entry>
</feed>
