<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>perl-beginner at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/perl-beginner/</link>
    <description>Perl Beginners Mailing List</description>

    <item>
      <title>Re: Can a substitute self-reference?</title>
      <pubDate>Wed, 09 Jul 2008 05:04:29 GMT</pubDate>
      <dc:creator>Amit Saxena</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26262</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26262</guid>
      <description>Surprisingly, it&#39;s working at my end. So I think, there is some issues with configuration at your end. Regarding the whitespace issue, always use \s+ or \s*</description>
    </item>
    <item>
      <title>Problem</title>
      <pubDate>Tue, 08 Jul 2008 20:32:14 GMT</pubDate>
      <dc:creator>ramesh.govinda</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26261</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26261</guid>
      <description>Hello Friends, I am learning Perl now. I have a small query. I have a directory Z with file name Z.txt. I would like to copy this file Z.txt to 3 new dir with</description>
    </item>
    <item>
      <title>Re: Can a substitute self-reference?</title>
      <pubDate>Tue, 08 Jul 2008 15:20:40 GMT</pubDate>
      <dc:creator>hooyar66</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26260</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26260</guid>
      <description>... &lt;perl-beginner%40yahoogroups.com&gt;, ... &lt;perl-beginner%40yahoogroups.com&gt;, ... 14, 120 ... 120 =&gt; ... </description>
    </item>
    <item>
      <title>Re: Can a substitute self-reference?</title>
      <pubDate>Tue, 08 Jul 2008 14:46:20 GMT</pubDate>
      <dc:creator>Amit Saxena</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26259</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26259</guid>
      <description>Tell me, whether my solution is working or not ? Regards, Amit Saxena ... [Non-text portions of this message have been removed]</description>
    </item>
    <item>
      <title>Re: Can a substitute self-reference?</title>
      <pubDate>Tue, 08 Jul 2008 14:05:21 GMT</pubDate>
      <dc:creator>hooyar66</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26258</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26258</guid>
      <description>... I was ... OK I&#39;ve isolated my problem - I really would appreciate some help understanding what the problem is. My String (each character in square</description>
    </item>
    <item>
      <title>Re: Can a substitute self-reference?</title>
      <pubDate>Tue, 08 Jul 2008 13:01:19 GMT</pubDate>
      <dc:creator>hooyar66</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26257</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26257</guid>
      <description>... (comments ... =&gt; 1, )&quot;; ... 1, )] ... &lt;pcbcad@...&lt;pcbcad%40hotpop.com&gt;&gt; ... &lt;perl-beginner%40yahoogroups.com&gt;&lt;perl-beginner% ... efficient way, ... 120 =&gt; </description>
    </item>
    <item>
      <title>Re: Can a substitute self-reference?</title>
      <pubDate>Tue, 08 Jul 2008 12:33:12 GMT</pubDate>
      <dc:creator>Thiago Nascimento</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26256</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26256</guid>
      <description>Another regex is: $string =~ s/^\D*(\d.*\d)\D*$/$1/; ... -- Thiago Nascimento perl -e &#39;$_=&quot;tMM naaCt Feocmama_itpUilucoGa&quot;;$_.=$1,print $2 while </description>
    </item>
    <item>
      <title>Re: Can a substitute self-reference?</title>
      <pubDate>Tue, 08 Jul 2008 12:31:08 GMT</pubDate>
      <dc:creator>Amit Saxena</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26255</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26255</guid>
      <description>Hi Not sure whether my version is more efficient / better or not (comments awaited) :- [root@111 ~]# cat v.pl #! /usr/bin/perl my $string = &quot;array ( 101 =&gt; 11,</description>
    </item>
    <item>
      <title>Re: Can a substitute self-reference?</title>
      <pubDate>Tue, 08 Jul 2008 12:16:23 GMT</pubDate>
      <dc:creator>hooyar66</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26254</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26254</guid>
      <description>... 1, )&quot;; ... Very bizarre - it&#39;s not working for me: WIN XP, Activestate v5.8.8 Can you recommend a more &#39;efficient way&#39;? Thanks</description>
    </item>
    <item>
      <title>Re: Can a substitute self-reference?</title>
      <pubDate>Tue, 08 Jul 2008 11:58:48 GMT</pubDate>
      <dc:creator>Amit Saxena</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26253</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26253</guid>
      <description>It&#39;s working at my end though it does not seems to be an efficient way, [root@111 ~]# cat v.pl #! /usr/bin/perl my $string = &quot;array ( 101 =&gt; 11, 89 =&gt; 13, 88</description>
    </item>
    <item>
      <title>Can a substitute self-reference?</title>
      <pubDate>Tue, 08 Jul 2008 11:40:37 GMT</pubDate>
      <dc:creator>hooyar66</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26252</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26252</guid>
      <description>I want to remove from the string below - &quot;array ( &quot; at the front and the &quot;, )&quot; at the end with a single substitute command. The following is what I have tried</description>
    </item>
    <item>
      <title>How to use vim as Perl IDE</title>
      <pubDate>Sun, 06 Jul 2008 05:35:05 GMT</pubDate>
      <dc:creator>Henry Read</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26251</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26251</guid>
      <description>As tile [Non-text portions of this message have been removed]</description>
    </item>
    <item>
      <title>Re: key reference inside of a hash</title>
      <pubDate>Thu, 03 Jul 2008 15:35:48 GMT</pubDate>
      <dc:creator>merlyn@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26250</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26250</guid>
      <description>... Erwin&gt; Mh I&#39;m really sorry, but i dont have an syntax problem. Erwin&gt; But i can make this more imaginable Erwin&gt; #!/usr/bin/perl Erwin&gt; use strict; Erwin&gt;</description>
    </item>
    <item>
      <title>Re: key reference inside of a hash</title>
      <pubDate>Thu, 03 Jul 2008 14:36:31 GMT</pubDate>
      <dc:creator>Erwin Krause</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26249</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26249</guid>
      <description>Mh I&#39;m really sorry, but i dont have an syntax problem. But i can make this more imaginable #!/usr/bin/perl use strict; use warnings; %config = ( ip =&gt;</description>
    </item>
    <item>
      <title>(no subject)</title>
      <pubDate>Thu, 03 Jul 2008 09:39:11 GMT</pubDate>
      <dc:creator>Samuel N</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26248</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26248</guid>
      <description>Hi All, I have Microsoft Office Outlook 2003 and Microsoft Outlook express 6 in the same system. Microsoft Office Outlook 2003 contains my official emails and</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.scd.yahoo.com uncompressed/chunked Wed Jul  9 01:48:22 PDT 2008 -->
