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

    <item>
      <title>Adding legend in pie charts</title>
      <pubDate>Tue, 20 Oct 2009 18:36:02 GMT</pubDate>
      <dc:creator>srinivas reddy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2062</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2062</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>Service enabling PERL and accessing it from a non-PERL client</title>
      <pubDate>Thu, 29 May 2008 17:28:15 GMT</pubDate>
      <dc:creator>ragus22</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2061</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2061</guid>
      <description>Hi, I am basically new to wbeservices using PERL. I have a perl script that I need to service enable and this service nneeds to be called by a non-PERL client.</description>
    </item>
    <item>
      <title>Problem installing Net::Pcap</title>
      <pubDate>Thu, 31 Jan 2008 19:24:49 GMT</pubDate>
      <dc:creator>nonapophthegm</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2060</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2060</guid>
      <description>make cc -c -Wall -Wwrite-strings -O2 -march=i486 -mcpu=i686 -DVERSION=\&quot;0.16\&quot; -DXS_VERSION=\&quot;0.16\&quot; -fPIC &quot;-I/usr/lib/perl5/5.8.7/i486-linux/CORE&quot;</description>
    </item>
    <item>
      <title>Problem with a textbox in a form</title>
      <pubDate>Sat, 24 Nov 2007 16:22:58 GMT</pubDate>
      <dc:creator>Andy Schafer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2059</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2059</guid>
      <description>Hi, I know this isn&#39;t strictly a Perl problem but it is in a Perl script so I thought I would ask anyway. On my site I have a simple flat file database. Each</description>
    </item>
    <item>
      <title>Re: Submit a form without leaving the page</title>
      <pubDate>Mon, 29 Oct 2007 15:30:59 GMT</pubDate>
      <dc:creator>Andy Schafer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2058</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2058</guid>
      <description>Hi, Thank you both very much for you responses. I will try putting &quot;target=&#39;blank&#39;&quot; in my form tag first since that is the easiest but I will definitely check</description>
    </item>
    <item>
      <title>Re: Submit a form without leaving the page</title>
      <pubDate>Mon, 29 Oct 2007 15:30:32 GMT</pubDate>
      <dc:creator>kenshail2003</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2057</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2057</guid>
      <description>... #!/usr/bin/perl -w use strict; use CGI qw(:standard); our $q=new CGI; our ($firstNumber,$secondNumber); # This perl script calls itself and posts variables</description>
    </item>
    <item>
      <title>Re: Submit a form without leaving the page</title>
      <pubDate>Mon, 29 Oct 2007 15:30:19 GMT</pubDate>
      <dc:creator>kenshail2003</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2056</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2056</guid>
      <description>... You write a script that calls itself. Here is a simple calculator example, but remember that it has to be run on a server. It uses cgi to send the entered</description>
    </item>
    <item>
      <title>Re: Submit a form without leaving the page</title>
      <pubDate>Fri, 26 Oct 2007 18:17:48 GMT</pubDate>
      <dc:creator>millerdw2003</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2055</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2055</guid>
      <description>Andy, I think the best way to accomplish what you&#39;re trying to do is to use AJAX.  AJAX allows you to use JavaScript to issue an HTTP POST or GET without</description>
    </item>
    <item>
      <title>Re: Submit a form without leaving the page</title>
      <pubDate>Fri, 26 Oct 2007 18:17:41 GMT</pubDate>
      <dc:creator>Marcel Preda</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2054</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2054</guid>
      <description>... Hi, The solution is HTML related. All that you have to do is to add &quot;target&quot; attribute to the &lt;form&gt; element: &lt;form ... target=&quot;_blank&quot; &gt;. In this case the</description>
    </item>
    <item>
      <title>Submit a form without leaving the page</title>
      <pubDate>Thu, 25 Oct 2007 18:10:18 GMT</pubDate>
      <dc:creator>Andy Schafer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2053</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2053</guid>
      <description>Hi, I&#39;m pretty new to Perl and need some help! I am working on a project that requires 4 forms on the same page. I would like to be able to submit each one</description>
    </item>
    <item>
      <title>Re: Want to lear Perl</title>
      <pubDate>Tue, 02 Oct 2007 22:14:31 GMT</pubDate>
      <dc:creator>Shreedhar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2052</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2052</guid>
      <description>If you are completely new to scripts and programs then, PERL in 21 days might help you.. just PRACTICE it before going to Programming PERL - Larry Wall .. </description>
    </item>
    <item>
      <title>problem in extracting the zip file</title>
      <pubDate>Tue, 02 Oct 2007 22:12:43 GMT</pubDate>
      <dc:creator>avinash k</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2051</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2051</guid>
      <description>Hi, I have created a script to extarct a set of zip files in a particular folder to another destination . In the destination folder a folder would be created</description>
    </item>
    <item>
      <title>Unzipping the zip file</title>
      <pubDate>Thu, 27 Sep 2007 22:30:24 GMT</pubDate>
      <dc:creator>avinash k</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2050</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2050</guid>
      <description>Hi, I have to create a script to read a zip files of a folder and then extract all those zip files to another destination inside a folder created with the name</description>
    </item>
    <item>
      <title>Re: Want to lear Perl</title>
      <pubDate>Wed, 12 Sep 2007 20:42:48 GMT</pubDate>
      <dc:creator>Yogesh Sawant</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2049</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2049</guid>
      <description>... for ... How do you lear or leanr Perl? Your best offline resource for learning Perl would be: Programming Perl 3rd edition by Larry Wall, Tom Christiansen,</description>
    </item>
    <item>
      <title>Re: Accessing remote registry thru perl script</title>
      <pubDate>Wed, 12 Sep 2007 20:41:45 GMT</pubDate>
      <dc:creator>Yogesh Sawant</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Perl_Official/message/2048</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Perl_Official/message/2048</guid>
      <description>... If you are referring to Windows Registry, then check out these modules: Win32::TieRegistry, Win32::TieRegistry::Dump, and Win32::Registry::File Cheers </description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sat Nov 21 05:02:47 PST 2009 -->
