Re: PERL CGI, HTML and PHP

2012-04-25 Thread Octavian Rasnita
Hi, From: "Mark Haney" > As for the feature set I mentioned, I've been running into limitations > with using perl to populate dropdown boxes dynamically and such. > Granted, I'm sure there's a nice neat way to do it, but I couldn't find > anything on the interwebs to show me how, and since I k

Re: PERL CGI, HTML and PHP

2012-04-25 Thread Uri Guttman
On 04/25/2012 07:04 PM, Dr.Ruud wrote: On 2012-04-25 21:53, Shawn H Corey wrote: On 12-04-25 03:18 PM, Mark Haney wrote: FWIW, I've never seen an entire website built completely in perl. Doesn't mean there aren't any, but they must be very few and far between. (No offense to the perl crowd, j

Re: PERL CGI, HTML and PHP

2012-04-25 Thread Dr.Ruud
On 2012-04-25 21:53, Shawn H Corey wrote: On 12-04-25 03:18 PM, Mark Haney wrote: FWIW, I've never seen an entire website built completely in perl. Doesn't mean there aren't any, but they must be very few and far between. (No offense to the perl crowd, just an observation.) Here's a few: am

Re: PERL CGI, HTML and PHP

2012-04-25 Thread Brendan Gilroy
On Wed, Apr 25, 2012 at 3:18 PM, Mark Haney wrote: > On 04/25/2012 02:54 PM, Matthew K wrote: > >> Mark, >> >> - Original Message - >> >>> From: Mark Haney >>> To: Perl Beginners >>> Cc: >>> Sent: Wednesday, April 25, 2012 11:51 AM >>> Subject: PERL CGI, HTML and PHP >>> >>> I've got, wha

Re: PERL CGI, HTML and PHP

2012-04-25 Thread Shawn H Corey
On 12-04-25 03:18 PM, Mark Haney wrote: FWIW, I've never seen an entire website built completely in perl. Doesn't mean there aren't any, but they must be very few and far between. (No offense to the perl crowd, just an observation.) Here's a few: amazon.com craiglist.com livejournal.com slash

Re: PERL CGI, HTML and PHP

2012-04-25 Thread Mark Haney
On 04/25/2012 02:54 PM, Matthew K wrote: Mark, - Original Message - From: Mark Haney To: Perl Beginners Cc: Sent: Wednesday, April 25, 2012 11:51 AM Subject: PERL CGI, HTML and PHP I've got, what I hope is a fairly simple problem that someone can point me to the best (or best practices

Re: PERL CGI, HTML and PHP

2012-04-25 Thread Matthew K
Mark, - Original Message - > From: Mark Haney > To: Perl Beginners  > Cc:  > Sent: Wednesday, April 25, 2012 11:51 AM > Subject: PERL CGI, HTML and PHP >  > I've got, what I hope is a fairly simple problem that someone can point me  > to the best (or best practices anyway) way to handle i

PERL CGI, HTML and PHP

2012-04-25 Thread Mark Haney
I've got, what I hope is a fairly simple problem that someone can point me to the best (or best practices anyway) way to handle it. I'm writing a web app that monitors embroidery machines and generates reports on various metrics for the company management. My issue arises from the fact that I

Re: Merging multiple strings

2012-04-25 Thread Rob Dixon
On 25/04/2012 13:52, Paul Clark wrote: Hi All, I have a small project that is stumping me aside from using a straight brute force. I am processing output from an accounting program that is producing some sort of printer control for some 3rd party print processing. I have several partial lines

Re: In the debugger, how do I repeat a command n times?

2012-04-25 Thread Shlomi Fish
On Wed, 25 Apr 2012 09:36:10 -0400 Nathan Trapuzzano wrote: > Some GDB commands (e.g. "step") take a numerical argument n that tells > the debugger to repeat the command n times. Does the perl debugger have > a similar feature? > One option would be to do "source $filename" (where $filename is

Re: Merging multiple strings

2012-04-25 Thread Michael Rasmussen
On Wed, Apr 25, 2012 at 08:52:52AM -0400, Paul Clark wrote: > Hi All, > > I have a small project that is stumping me aside from using a straight brute > force. > > I am processing output from an accounting program that is producing some > sort of printer control for some 3rd party print process

In the debugger, how do I repeat a command n times?

2012-04-25 Thread Nathan Trapuzzano
Some GDB commands (e.g. "step") take a numerical argument n that tells the debugger to repeat the command n times. Does the perl debugger have a similar feature? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.or

Re: Merging multiple strings

2012-04-25 Thread John SJ Anderson
On Wednesday, April 25, 2012 at 8:52 AM, Paul Clark wrote: > Any suggestions for a more elegant solution? What you have there looks like an example of the 'Longest Common Substring Problem' -- http://www.softpanorama.org/Algorithms/lcs.shtml Seems like String::LCSS will help -- https://metacpan.o

Merging multiple strings

2012-04-25 Thread Paul Clark
Hi All, I have a small project that is stumping me aside from using a straight brute force. I am processing output from an accounting program that is producing some sort of printer control for some 3rd party print processing. I have several partial lines that have commands to "over write" th

RE: MIME::Lite Return-Path not being set

2012-04-25 Thread Bob McConnell
> From: sono-io > > > According to the RFC's, "Return-path" is reserved for use by the transport > servers. It is likely your server is stripping out the suggestion you have > put in > there. > > But I can set it using SMTP, so does sendmail handle things > differently? Unfortunately, my