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>
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
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
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