Monday, 15 June 2015

database - How to check whether Perl DBI module present in my system? -



database - How to check whether Perl DBI module present in my system? -

i'm using perl in xampp server-side scripting. want access database perl. i'm using use dbi;. how check whether perl dbi nowadays in system? i'm getting server-error. error 500. i'm using tomcat server.

another command line alternative check if module installed be:

perl -mdbi -e 1

no output means it's installed. if receive output, know not installed, or maybe wasn't installed correctly , should reinstalled.

database perl dbi server-error

No comments:

Post a Comment