Re: Passing Perl parameters in a cgi-script

2006-02-21 Thread Ed Pigg
fubar{ my $sth = $dbh->prepare($cmd) $dbh does not exist inside the fubar block. Ed Pigg -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Upload dir permissions

2004-11-19 Thread Ed Pigg
On Nov 19, 2004, at 12:37 PM, Chasecreek Systemhouse wrote: On Fri, 19 Nov 2004 12:29:21 -0600, Ed Pigg <[EMAIL PROTECTED]> wrote: I want to make sure that I am taking the site security seriously and don't expose it to threats needlessly. =) You have taken a step into a largewr worl

Re: Upload dir permissions

2004-11-19 Thread Ed Pigg
On Nov 19, 2004, at 12:10 PM, Chasecreek Systemhouse wrote: On Fri, 19 Nov 2004 11:50:41 -0600, Ed Pigg <[EMAIL PROTECTED]> wrote: I'm trying to setup a system where users can upload images to a designated uploads dir. Once the file is successfully uploaded I want Keep account c

Upload dir permissions

2004-11-19 Thread Ed Pigg
Hi all, I'm trying to setup a system where users can upload images to a designated uploads dir. Once the file is successfully uploaded I want to transfer it to an image directory with a filename I have assigned. I can do those things with by current application. I needed to change the permissio