RE: Threads and Perlapp

2003-03-07 Thread Scott Campbell
That was it! Thank you. Scott Campbell Senior Software Developer Somix Technologies http://www.somix.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 3:22 PM To: [EMAIL PROTECTED]; Scott Campbell Cc: [EMAIL PROTECTED] Subject: Re:

RE: 5.8 and missing modules

2003-03-07 Thread Shelton, Mike
Here, here! Agreed! -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 1:34 PM To: Dick Penny Cc: Jan Dubois; Jeff Urlwin; [EMAIL PROTECTED] Subject: Re: 5.8 and missing modules On Fri, 7 Mar 2003, Dick Penny wrote: This is top posting, BUT,

Re: using Eval in RegEx modifiers

2003-03-07 Thread Sumit
Got it resolved finally. The solution was on my harddisk in perdoc=perlre. Embedded pattern-match modifiers turns out to be a good tool for reading patterns from configuration files. Thanks to all who replied. - Original Message - From: [EMAIL PROTECTED] To: chengkai [EMAIL PROTECTED] Cc:

RE: getting directory size

2003-03-07 Thread kris
Jason, what in performance way is the best ? - or no differences between File::Find and a Opendir- sub function refferences to itselfs... ? sub go{ opendir $_ readdir... if -d $this { go(this) } sum. } Thanx, Kris On 6 Mar 2003 at 8:36, King, Jason G

CGI method for tables

2003-03-07 Thread Jose Guevarra
Hi, Can someone show me how to create a tables using the object-style programming for CGI.pm? I've looked around but can't find any examples or docs. thanx, -Jose- ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe:

fast-cgi and CGI::Carp

2003-03-07 Thread Rob Cheung
Hi folks: How to capture the error messages and put onto the browser in fast-cgi mode? CGI::Carp qw(fatalsToBrowser) did not work. Does CGI::Carp not support fast-cgi? Thanks in advance. [EMAIL PROTECTED]ib+Jyffl