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
--- 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
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.
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://
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
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: