Errors in parsing XML

2009-01-31 Thread Roman Makurin
Hi All Im using XML::RSS for parsing RSS feeds, it works fine for most feeds, but sometimes it gives me following error: not well-formed (invalid token) at line 779, column 11, byte 83104 at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/XML/Parser.pm line 187 Firefox and other RSS a

Re: Errors in parsing XML

2009-01-31 Thread Octavian Rasnita
- Original Message - > Hi All Im using XML::RSS for parsing RSS feeds, it works fine for most feeds, but sometimes it gives me following error: I use XML::FeedPP for parsing RSS and Atom feeds and it seems to work fine. Maybe it can help you... Octavian -- To unsubscribe, e-mail: be

Re: cryptic one liner explain

2009-01-31 Thread thebarn...@gmail.com
> > perl -ne'print if $.==2 || $& && !$x++; $.=0 if /^--+$/' > > The $.==2 tests if the current line number is 2.  If $. is 2 then the > current line is printed and the program goes on to the next statement. > If $. is not 2 then $& is tested and if $& is false then the current > line is printed an

Re: Issues with Perl, Xampp - connecting to Microsoft Access

2009-01-31 Thread ax1lla
Hi Rob - thanks so much for helping me with this. I will try to answer your questions as best I can, but again, I am very much a rookie with this and don't know what I'm doing (yet!). My intention is just to use Apache as a server on my PC to create and test code. At some point in the future (af

Re: Issues with Perl, Xampp - connecting to Microsoft Access

2009-01-31 Thread ax1lla
I was just about to try installing DBD, but I noticed that the DBD folder already exists withing perl/lib. That should mean I'm OK, right? One other thing - is there a specific directory I should have my DB sitting in? In looking at the example code I'm using, I don't see where it specifies the

working with CPAN

2009-01-31 Thread Fisher, John
I have luck sometimes with CPAN and sometimes I don't. It like spinning a wheel. I am trying to bring down a module that will read EBCDIC files and convert them to ASCII. I need one that will handle packed fields as well. Not sure this one is it. Anyway if you have help on that please let me kno

Re: working with CPAN

2009-01-31 Thread John W. Krahn
Fisher, John wrote: I have luck sometimes with CPAN and sometimes I don't. It like spinning a wheel. I am trying to bring down a module that will read EBCDIC files and convert them to ASCII. I need one that will handle packed fields as well. Not sure this one is it. Have you read the perlebcdic

Re: Is there a way to un-install modules?

2009-01-31 Thread Randal L. Schwartz
> ""Bob" == "Bob McConnell" writes: "Bob> 2.1 Scan .packlist for each of those files. Any files used by other "Bob> modules must be removed from the list. Exactly, and you can never precisely know the answer to this. Therefore, you *cannot* *uninstall* safely. Do not attempt it. -- Randa