<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/">
<title>talkaboutprogramming.com Perl Beginners</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2008-05-14T14:05:00+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63976.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63973.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63969.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63968.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63965.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63962.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63957.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63955.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63953.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63950.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63946.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63936.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63928.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63921.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63919.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63914.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63912.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63907.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63905.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63903.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutprogramming.com/group/perl.beginners/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutprogramming.com Perl Beginners</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/</link>
</image>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63976.html">
<title>Re: Log error</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63976.html</link>
<description>Irfan.Sayed@t-systems.com wrote:  Hi All,  Hello,   #! /usr/tools/deployment/bin/perl  use warnings use strict   use lib /home/m.belgaonkar/  use lib /home/p.gupta/  $i=0  $p=0  $l=0  my $i = 0 my $p = 0 my $l = 0   $dt=qx(date)  @dt1=split( ,$dt)  @...</description>
<dc:creator>krahnj@[EMAIL PROTECTED]
 (John W. Krahn...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-13T05:57:15+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63973.html">
<title>perl 5.8.8 installation</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63973.html</link>
<description>------=_Part_3908_15220270.1210670836559 Content-Type: text/plain charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  Dear List I have one sun solaris machine which has installed perl 5.6.1. the details of machine is as fo...</description>
<dc:creator>anirban.adhikary@[EMAIL PROTECTED]
 (Ani...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-13T14:57:16+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63969.html">
<title>Re: Log error</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63969.html</link>
<description>Irfan.Sayed@t-systems.com wrote:    I have written once Perl script to perform certain task. In that script  I have defined one function to create the log file.    The issue is that whenever I am running that script it is executing fine  but the mome...</description>
<dc:creator>rob.dixon@[EMAIL PROTECTED]
 (Rob Dixon)...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-13T08:42:10+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63968.html">
<title>image compare lib</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63968.html</link>
<description>is there some lib can do image compare  thank you</description>
<dc:creator>buxieyigu@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T20:42:57+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63965.html">
<title>want to assign default value to variable I assign from split but</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63965.html</link>
<description>while (FILE) {      my($file1,$file2,$file3,$file4,$file5,$file6,$file10,$file25,$file27)          = (split( /\|/, $_))[3,4,6,7,12,40,41,42,43,46,56,64] }  while doing above, what is the easiest way to make sure all the variable  thats being given a ...</description>
<dc:creator>rich.japh@[EMAIL PROTECTED]
 (Richard Le...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T23:39:07+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63962.html">
<title>Date::Manip</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63962.html</link>
<description>Can soneone show me how to convert unix time to something else using Date:: Manip?  AFter looking at the Docs in perldoc Date::Manip I thought maybe (from the examples)  something like script below would work.  The first two (now commented) worked as...</description>
<dc:creator>reader@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T19:00:31+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63957.html">
<title>dns error or socket setting make perl module fail?</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63957.html</link>
<description>------_=_NextPart_001_01C8B464.FEBD7CE4 Content-Type: text/plain 	charset=US-ASCII Content-Transfer-Encoding: quoted-printable  I tried this on Friday afternoon - thought Id try again...  =20  I keep running into a brick wall when installing the perl...</description>
<dc:creator>jwilson@[EMAIL PROTECTED]
 (John Wilson)...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T14:18:41+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63955.html">
<title>log missing images</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63955.html</link>
<description>------_=_NextPart_001_01C8B45F.DA3C0093 Content-Type: text/plain 	charset=us-ascii Content-Transfer-Encoding: quoted-printable  I am in the process of logging referring URLs that result in end users being directed to a 4xx error page.  What I have no...</description>
<dc:creator>steve.hildreth@[EMAIL PROTECTED]
 (Steve...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T11:41:57+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63953.html">
<title>database Cgi querys</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63953.html</link>
<description>lHi All ooking to done some work whit CGI forms in perl, primarily connecting to a database and inserting, deleting and showing values in a database, While looking not to reinvent the wheel, whats out there that I can easily use that would do this fo...</description>
<dc:creator>patrick.j.rice@[EMAIL PROTECTED]
 (Pat R...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T15:31:22+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63950.html">
<title>File opening problem</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63950.html</link>
<description>------=_Part_896_24842907.1210597554319 Content-Type: text/plain charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  Hi all!  im running the following dummy program which just opens a file and I get an error  (die message)...</description>
<dc:creator>tlloreti@[EMAIL PROTECTED]
 (Tatiana Llo...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T15:05:54+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63946.html">
<title>$^I</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63946.html</link>
<description>I just looked it up on perldoc perlvar, but I am still not sure what it  does.     $^I     The current value of the inplace-edit extension.  Use undef  to disable inplace editing.  (Mnemonic: value of -i                switch.)  I was reading perl co...</description>
<dc:creator>rich.japh@[EMAIL PROTECTED]
 (Richard Le...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-11T18:04:48+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63936.html">
<title>Cant run PERL scripts on a shared server?</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63936.html</link>
<description>Ive been trying to setup a connection w/ a shared server at godaddy.com. The script wont work and when I called them they tell me that because I dont have a dedicated server that I cant run a perl script and so I need to upgrade my account. I can acc...</description>
<dc:creator>stpra123@[EMAIL PROTECTED]
 (Hotkitty)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-10T15:57:21+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63928.html">
<title>comparing two binary numbers</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63928.html</link>
<description>Dear all,  I need to compare two binary numbers and need perl to return the number of matching bits.  For example:  $aaa = 10111100 $bbb = 00101100  In this case, the number of matching bits is 6.  I know I could split the strings and compare the bit...</description>
<dc:creator>johnsonlau@[EMAIL PROTECTED]
 (Johnson L...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-11T13:09:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63921.html">
<title>Please help critcize and shorten my sub code</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63921.html</link>
<description>I dont know how to go through the array over and over again pending on  my previous search so I ended up writing it like below which works.. but  looks really really inefficient..   sub dd_fact {      my $routename = shift      my $routegroupid      ...</description>
<dc:creator>rich.japh@[EMAIL PROTECTED]
 (Richard Le...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-10T19:21:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63919.html">
<title>split slice question</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63919.html</link>
<description>I use this before (split slice ) but its working bit funny now..  can someone tell me why??  it looks like its splitting on  instead of /|/ as I have specified  below... ??  use strict use warnings   my $array = q/hi|how|are|you|fine/  my ($moe,$hae,...</description>
<dc:creator>rich.japh@[EMAIL PROTECTED]
 (Richard Le...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-10T10:14:54+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63914.html">
<title>perl-support for vim help needed</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63914.html</link>
<description>does anyone use perl-support for vim here?  I installed it but having trouble bringing up the menus..  does anyone uses this? and know how to bring up the menu?  If the root menu Perl is not visible call it with the item Load Perl Support from the st...</description>
<dc:creator>rich.japh@[EMAIL PROTECTED]
 (Richard Le...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-10T01:42:34+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63912.html">
<title>Text to hex</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63912.html</link>
<description>Given a string of text, how do I convert it to a string of hexadecimal values?  For example, given the string Hello, I want the string 48 65 6C 6C 6F.  --  Mark</description>
<dc:creator>carnildo@[EMAIL PROTECTED]
 (Mark Wagner...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T21:14:04+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63907.html">
<title>Perl MQSeries API newbie help</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63907.html</link>
<description>Hi: I have very little knowledge about MQ Series. I have built the MQ Client and MQSeries perl API on my server. My MQ admin also has provided me the name of ques, queue manager, MA CHannel, hostname and port. I am trying to build a simple script tha...</description>
<dc:creator>rmalghan@[EMAIL PROTECTED]
 (Ravi Malgha...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T12:51:44+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63905.html">
<title>dns error or module error?</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63905.html</link>
<description>------_=_NextPart_001_01C8B20C.806EBC08 Content-Type: text/plain 	charset=US-ASCII Content-Transfer-Encoding: quoted-printable  Trying to install Net::SSLeay on Solaris 9 and I get the following message in the output:  =20  Use of uninitialized value...</description>
<dc:creator>jwilson@[EMAIL PROTECTED]
 (John Wilson)...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T14:40:13+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/perl.beginners/messages/63903.html">
<title>script for an mbox</title>
<link>http://www.talkaboutprogramming.com/group/perl.beginners/messages/63903.html</link>
<description>------=_NextPart_000_012F_01C8B1D4.82B3E570 Content-Type: text/plain 	charset=us-ascii Content-Transfer-Encoding: 7bit  I need to remove all messages older than X from a gigabyte size mbox. Anyone got a script for this?     Tony Heal  Pace Systems Gr...</description>
<dc:creator>theal@[EMAIL PROTECTED]
 (Tony Heal)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T12:59:25+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutprogramming.com/group/perl.beginners/search.html">
<title>Search talkaboutprogramming.com Perl Beginners</title>
<description>Search talkaboutprogramming.com Perl Beginners</description>
<name>q</name>
<link>http://talkaboutprogramming.com/group/perl.beginners/search.html</link>
</textinput>

</rdf:RDF>
