![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Battling Getopt::Longby AcidHawk (Vicar) |
on May 11, 2004 at 15:25 UTC ( #352477=note: print w/replies, xml ) | Need Help?? |
A Few changed and your code will work.. Try changing to also put everything after into and elsif statement something like Then for your database connection bit try using the following: also you can't have $sth->finish if you havent prepared or ecexuted a $sth statement I.e. Type Stuff - HTH Update:Sorry Typo... change $setsth->execute(@$rec); to $sth->execute(@$rec);
----- Of all the things I've lost in my life, its my mind I miss the most.
In Section
Seekers of Perl Wisdom
|
|