what are the codes in adding, updating,deleti ng records using perl......and where can i download DBI......
add, edit, delete code....
Collapse
X
-
For your reading pleasure, CPAN has an FAQ entry on this particular topic (module installation that is.
Then, after you get the DBI module installed (and the DBD module related to your database), you can go ahead and read the DBI module page and learn all about using it.
Regards,
JeffComment
Comment