MVC - the 'meme drift' was Re: return(bless $rant, $class) || Fwd: PHP vs Perl

2003-07-31 Thread drieux
On Wednesday, Jul 30, 2003, at 06:28 US/Pacific, Ovid wrote: [..] hi ovid, et al, let me first start with a bit of Dan Akroyd of SNL fame, "Ovid, you spawn of a hairless ape" The good news seems to be that we DO agree that a root cause analysis of the 'MVC as meme' can be laid four square up

Re: MVC - the 'meme drift'

2003-07-31 Thread Ovid
--- drieux <[EMAIL PROTECTED]> wrote: > But I am s not sure that the history will help the discussion, > in part, since the 'meme' has drifted and gained a sense of > orthodoxy all out of proportion to the underlying argument > as you note with: drieux, "Design Patterns" were originally a too

Flock Test...

2003-07-31 Thread Sara
What could be the simplest test to check 'flock' working on your server or not? except for writing to support team of host ::)) Thanks for any input. Sara.

Script for random images -- problem

2003-07-31 Thread David Gilden
Hello, I am getting the following error --> Software error: Couldn't chdir to pictures directory: Not a directory at /home/sites/site175/web/cgi-bin/rand_img.cgi line 11. Is there setting on Apache that I need to enable so this script will work? Thanks, Dave Gilden #!/usr/bin/perl # http://

Help Re-writing my if statement

2003-07-31 Thread Johnstone, Colin
Gidday All, I would like to write this if statement better by combining the two elsif conditions. if( !&check_url ){ print 'The Referrer '.$ENV{'HTTP_REFERER'}.' is not allowed to access this cgi-script!'; } elsif( !&check_email( $data{'toAddress'} ) ){ print 'An email cannot be sent ' . $dat

Re: Script for random images -- problem

2003-07-31 Thread Oliver Schnarchendorf
On Thu, 31 Jul 2003 17:58:43 -0500, David Gilden wrote: > $PICTURE_PATH = path_translated(); > $PICTURE_URL = path_info(); > chdir $PICTURE_PATH > or die "Couldn't chdir to pictures directory: $!"; Hello David, 'perldoc CGI', '/path_translated' did return the following information: