in reply to Re: deleting item from database
in thread deleting item from database

That was definately the problem, Zaxo. I stepped away from perl for over a month and when I came back I was almost positive Perl made delete so the lazy people could use del instead. I use Primal Script for my editing and it didn't show any errors during a debug there are during a run through the web browser.

Thank you for your help!

"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"

sulfericacid

Replies are listed 'Best First'.
Re: Re: Re: deleting item from database
by DrHyde (Prior) on Jun 21, 2003 at 19:59 UTC
    I always put
    use CGI::Carp qw(fatalsToBrowser);
    in my CGIs, at least while I'm working on them. Makes debugging a whole lot easier.