<?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: Problem with function getquotaroot in IMAP::Client</title>
      <pubDate>Thu, 29 Oct 2009 19:08:13 GMT</pubDate>
      <dc:creator>lRobert Lee Binkley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26718</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26718</guid>
      <description># Display the IMAP resource usage on the user&#39;s post office server. use strict; use warnings FATAL =&gt; &#39;all&#39;; use Cyrus::IMAP; use Getopt::Std; sub usage(;$); </description>
    </item>
    <item>
      <title>Problem with function getquotaroot in IMAP::Client</title>
      <pubDate>Thu, 29 Oct 2009 17:56:41 GMT</pubDate>
      <dc:creator>Shameem Ahamed</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26717</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26717</guid>
      <description>Hi, I am using the IMAP::Client for automating the quota check for some of the users. My script was fairly straight,  and I ran in to the below error, while</description>
    </item>
    <item>
      <title>Adding legend in pie charts</title>
      <pubDate>Tue, 20 Oct 2009 05:43:17 GMT</pubDate>
      <dc:creator>srinivas reddy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26715</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26715</guid>
      <description>Hi All, Using GD::Graph::pie, I have created a pie chart. But, I am unable to add a legend to the chart. Is there any provision to add legend to a pie chart ? </description>
    </item>
    <item>
      <title>Re: Net::SSH::Perl  question</title>
      <pubDate>Thu, 27 Aug 2009 19:47:44 GMT</pubDate>
      <dc:creator>merlyn@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26705</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26705</guid>
      <description>... Dukelow,&gt;    I know how to fix it manually but I can&#39;t figure out how to get Net::SSH::Perl to see this error message so I can have Perl fix it. Dukelow,&gt;</description>
    </item>
    <item>
      <title>Net::SSH::Perl  question</title>
      <pubDate>Thu, 27 Aug 2009 18:09:58 GMT</pubDate>
      <dc:creator>Dukelow, Don</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26704</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26704</guid>
      <description>I&#39;m using Net::SSH::Perl it my Perl script. The problem is because of OS upgrades and what other reasons I&#39;m not aware of the SSH key gets changed from time to</description>
    </item>
    <item>
      <title>Re: Can files deleted with unlink be recovered?</title>
      <pubDate>Wed, 19 Aug 2009 06:22:54 GMT</pubDate>
      <dc:creator>vivek kumar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26703</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26703</guid>
      <description>Hi, With respect to the question asked in [PBML] Digest Number 3109: I would like to say the command                   unlink $file will completely</description>
    </item>
    <item>
      <title>Re: Regular Expression Question:  Is this syntax legal?</title>
      <pubDate>Mon, 10 Aug 2009 16:30:13 GMT</pubDate>
      <dc:creator>Jenda Krynicky</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26702</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26702</guid>
      <description>From:           	Marcos Ramos &lt;marcos.ramos@...&gt; ... No. In this case Perl interpolates the variable into the regexp and uses the contents as part of the</description>
    </item>
    <item>
      <title>Re: Regular Expression Question:  Is this syntax legal?</title>
      <pubDate>Fri, 07 Aug 2009 08:33:26 GMT</pubDate>
      <dc:creator>Marcos Ramos</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26701</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26701</guid>
      <description>&quot;/^$thing/&quot; Isn&#39;t that because you have $ (end line regex) just after ^ (line start reged) ? So it tries to match empty line followed by the word &quot;thing&quot;. -- </description>
    </item>
    <item>
      <title>Fw: Re: [PBML] Re: Regular Expression Question:  Is this syntax lega</title>
      <pubDate>Thu, 06 Aug 2009 21:25:04 GMT</pubDate>
      <dc:creator>MAJID AGHA AMINI</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26700</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26700</guid>
      <description>excuse i think that you must use this function index string , $thing ... From: MAJID AGHA AMINI &lt;amini4@...&gt; Subject: Re: [PBML] Re: Regular Expression</description>
    </item>
    <item>
      <title>Re: Regular Expression Question:  Is this syntax legal?</title>
      <pubDate>Thu, 06 Aug 2009 20:42:45 GMT</pubDate>
      <dc:creator>MAJID AGHA AMINI</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26699</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26699</guid>
      <description>#!C:\Perl\bin\perl.exe print &quot;enter your ...&quot;,&quot;\n&quot;; $majid=&lt;STDIN&gt;; chomp($majid); $_=&quot;[test]&quot;; if($majid eq $_) { print &quot;yah&quot;,&quot;\n&quot;; } else { print</description>
    </item>
    <item>
      <title>Re: Can files deleted with unlink be recovered?</title>
      <pubDate>Thu, 06 Aug 2009 19:43:38 GMT</pubDate>
      <dc:creator>Marcos Ramos</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26698</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26698</guid>
      <description>First of all - this is my first post. So just want to know if I&#39;m doing everything right. Then I may suggest a workaround for that problem: - overwrite that</description>
    </item>
    <item>
      <title>Can files deleted with unlink be recovered?</title>
      <pubDate>Thu, 06 Aug 2009 13:01:33 GMT</pubDate>
      <dc:creator>schelske.geo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26697</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26697</guid>
      <description>On Windows, can a file that is deleted with the unlink command be recovered?  If so, is there a way in Perl to delete a file so that the deleted file is</description>
    </item>
    <item>
      <title>Re: Regular expressions help</title>
      <pubDate>Sun, 02 Aug 2009 04:06:09 GMT</pubDate>
      <dc:creator>Vivek Kumar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26696</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26696</guid>
      <description>Hi Nikhil, hope this will resolve your problem $dir_path = &quot;/abc/def/ghi/pp123456.2.3.4.jk.xyz&quot;; $filename = ($dir_path =~ /(.*)\/(.*)\/(.*)\/(.*)/); $filename</description>
    </item>
    <item>
      <title>Re: Regular expressions help</title>
      <pubDate>Thu, 30 Jul 2009 04:42:59 GMT</pubDate>
      <dc:creator>Jeff Soules</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26695</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26695</guid>
      <description>On Wed, Jul 29, 2009 at 6:45 PM, nikhil ... Generally, the best practice is to use well-tested and thoroughly-designed modules to solve problems like these.</description>
    </item>
    <item>
      <title>Re: Regular expressions help</title>
      <pubDate>Wed, 29 Jul 2009 23:32:41 GMT</pubDate>
      <dc:creator>merlyn@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26694</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26694</guid>
      <description>... nikhil&gt; $dir_path = &lt;/abc/def/ghi/pp123456.2.3.4.jk.xyz&gt;; What is this?  Not Perl. Some other language? -- Randal L. Schwartz - Stonehenge Consulting</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Wed Dec  2 11:08:35 PST 2009 -->
