Mark, thanks for the invitation to continue discussion of my code on the
list. Ron, I'll look into your note below today. I'm using this code
actively on a couple of sites and it _seems_ to be behaving properly,
but I'll check out what the situation is. Thanks for the critical eye.
-Stephen
Ron Savage wrote:
On Thu, 19 Aug 2004 22:40:19 -0400, Stephen Howard wrote:
Hi Stephen
In your module Application::Pipeline you have this code at line 73 ..
74:
foreach my $phase ( @{$self->{_phases}} ) {
foreach my $stage ( @phase_stages ) {
I assume you mean:
foreach my $phase ( @{$self->{_phases}} ) {
foreach my $stage ( @{$self->{_phases}{$phase}} ) {
Is that correct?
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]