[Perl-unix-users] MySql Update Error

2003-03-29 Thread V. Rajaraman \[Sys-Support\]
Hi All, I use DBI to update Mysql table, when i do that i facing the below error. What is the error ? Error : can't execute the query: DBI::st=HASH(0x1eadc28) Thanks in advance. ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: htt

[Perl-unix-users] Executable files

2003-03-29 Thread haze_hutmacher
A little help please with turning a short perl script into an executable. I have tried $perlcc -o hello hello.pl only to be rewarded with lots of No Library found errors. Obviously a config error, but what do I need to load to get this to work? Thanks... __