Re: web::scraper xpath

2010-12-13 Thread C.DeRykus
On Dec 9, 10:00 am, ag4ve...@gmail.com (shawn wilson) wrote: > i decided to use another module to get my data but, i'm having a bit > of an issue with xpath. > > the data i want looks like this: > > >   >   >    name >    attribute > >    name2 >    attribute2 > >    possible name3 >    possible

Re: regexp matching nummeric ranges

2010-12-13 Thread Randal L. Schwartz
> ""Kammen" == "Kammen van, Marco, Springer SBM NL" > writes: Kammen> What am I doing wrong?? Using a regex when something else would be much better. Stop trying to pound a nail in with a wrench handle. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 h

Re: Strategy for diagnosing context-sensitive bug

2010-12-13 Thread Jenda Krynicky
From: Rob Dixon > On 07/12/2010 09:24, Jonathan Pool wrote: > > The current script where the error occurs is at > > > > http://panlex.svn.sourceforge.net/viewvc/panlex/perl/plxu.cgi?revision=27&view=markup > > > > The error occurs at line 1297. > > So the line in question is > >@res = (split

Re: Beginner's Introduction to Perl 5.10 exercise solution commentary

2010-12-13 Thread Onteria
Hi Shlomi, Thanks for your detailed response, I really appreciate it. It looks as though I need to tweak my editor a bit more and do more research on perl style guidelines. I'll also take a look at the documentation you provided to expand my knowledge more. Once again thanks for taking the time to