Possessive quantifiers vs. (?>...)

2012-05-02 Thread Nathan Trapuzzano
I'm working on a program for searching through databases of Latin and Greek text encoded in plain ascii and "binary" bytes. The monster regex that is generated to do the job contains a bunch of possessive quantifiers, so my question is about the difference between the (?>...) expression and the ?+,

Re: Template toolkit issue [SOLVED]

2012-05-02 Thread Octavian Rasnita
From: "Mark Haney" Subject: Re: Template toolkit issue [SOLVED] On 05/02/2012 11:01 AM, Lawrence Statton wrote: I see nowhere in this code where you are producing HTTP headers. Are you calling this as a CGI? Which web server? I got it working now. I was under the assumption that the TE

Re: Template toolkit issue [SOLVED]

2012-05-02 Thread Mark Haney
On 05/02/2012 11:01 AM, Lawrence Statton wrote: I see nowhere in this code where you are producing HTTP headers. Are you calling this as a CGI? Which web server? I got it working now. I was under the assumption that the TEMPLATE module included CGI and that adding CGI and going th

Re: Template toolkit issue

2012-05-02 Thread Mark Haney
On 05/02/2012 11:01 AM, Lawrence Statton wrote: I see nowhere in this code where you are producing HTTP headers. Are you calling this as a CGI? Which web server? It's being called as a CGI, it's in /cgi-bin and it appears to execute on the CLI and the browser. It's similar to the other

Re: Developer in Boca Raton FL or Columbia SC

2012-05-02 Thread Uri Guttman
On 05/02/2012 10:57 AM, wof wrote: We are currently looking for a developer with 2-5 years experience. If anyone is interested in those two locations please forward me your resume. Thanks! this list is not the correct place to look for perl developers and it is not allowed. please go to http

Re: Developer in Boca Raton FL or Columbia SC

2012-05-02 Thread wof
Sorry just keeping those looking for work. Working. Thanks for the info Regards… On May 2, 2012, at 11:06 AM, John SJ Anderson wrote: > solicit -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Developer in Boca Raton FL or Columbia SC

2012-05-02 Thread John SJ Anderson
On May 2, 2012, at 10:57 AM, wof wrote: > We are currently looking for a developer with 2-5 years experience. If anyone > is interested in those two locations please forward me your resume. Thanks! > This is off-topic for this list. You may want to look at jobs.perl.org, which will allow you

Re: Template toolkit issue

2012-05-02 Thread Lawrence Statton
On 05/02/2012 09:55 AM, Mark Haney wrote: On 05/02/2012 10:44 AM, Robert Wohlfarth wrote: On Wed, May 2, 2012 at 9:19 AM, Lawrence Statton wrote: Whitespace between the end of the HTTP headers and te beginning of HTML content is immaterial. Does the test script send back HTTP headers? The

Re: Template toolkit issue

2012-05-02 Thread Chris Stinemetz
On Wed, May 2, 2012 at 8:29 AM, Mark Haney wrote: > Okay, I've bit the bullet and started mucking with the perl template toolkit > instead of mixing PHP and perl.  But I've hit a bizarre problem and I hope > someone can point me to a fix.  I'm stumped. > > I've been following the base static and d

Developer in Boca Raton FL or Columbia SC

2012-05-02 Thread wof
We are currently looking for a developer with 2-5 years experience. If anyone is interested in those two locations please forward me your resume. Thanks! Regards… -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.o

Re: Template toolkit issue

2012-05-02 Thread Mark Haney
On 05/02/2012 10:44 AM, Robert Wohlfarth wrote: On Wed, May 2, 2012 at 9:19 AM, Lawrence Statton wrote: Whitespace between the end of the HTTP headers and te beginning of HTML content is immaterial. Does the test script send back HTTP headers? The description sounds like the script just ge

Re: Template toolkit issue

2012-05-02 Thread Robert Wohlfarth
On Wed, May 2, 2012 at 9:19 AM, Lawrence Statton wrote: > > Whitespace between the end of the HTTP headers and te beginning of HTML > content is immaterial. > Does the test script send back HTTP headers? The description sounds like the script just generates the HTML document - no HTTP headers. I

Re: Template toolkit issue

2012-05-02 Thread Lawrence Statton
On 05/02/2012 09:13 AM, Mark Haney wrote: On 05/02/2012 09:58 AM, Lawrence Statton wrote: You are most likely not sending an appropriate Content-Type header. I didn't think about that, but when I went back and specified the Content-Type as text/html I still get the same problem. However,

Re: Template toolkit issue

2012-05-02 Thread Mark Haney
On 05/02/2012 09:58 AM, Lawrence Statton wrote: You are most likely not sending an appropriate Content-Type header. I didn't think about that, but when I went back and specified the Content-Type as text/html I still get the same problem. However, I have noticed that, for some reason, the

Re: Template toolkit issue

2012-05-02 Thread Lawrence Statton
On 05/02/2012 08:29 AM, Mark Haney wrote: Okay, I've bit the bullet and started mucking with the perl template toolkit instead of mixing PHP and perl. But I've hit a bizarre problem and I hope someone can point me to a fix. I'm stumped. I've been following the base static and dynamic content gen

Template toolkit issue

2012-05-02 Thread Mark Haney
Okay, I've bit the bullet and started mucking with the perl template toolkit instead of mixing PHP and perl. But I've hit a bizarre problem and I hope someone can point me to a fix. I'm stumped. I've been following the base static and dynamic content generation tutorials and am fairly comfor

Re: Recommended config/ini file module?

2012-05-02 Thread Shekar
You can try - Config::IniFiles too. Thanks, Shekar On Tue, May 1, 2012 at 7:19 PM, Manfred Lotz wrote: > On Tue, 1 May 2012 15:58:49 +0530 > Mohan L wrote: > > > On Tue, May 1, 2012 at 3:28 PM, Manfred Lotz > > wrote: > > > > > Hi there, > > > What is a recommended Module for processing conf