C
courtney.machi
Hello,
I am trying to link to a mysql database (DEV) through a perl script. I
establish a link in a file called DEV.pm. I tried calling './require
DEV.pm' and have also tried calling use DEV in the perl script and keep
coming across the error Can't locate ./DEV.pm in @INC (@INC contains:
etc etc. I think I need to somehow import DEV.pm into my @INC
files...am I correct? If so how do I go about doing that?
Thanks!
Courtney
I am trying to link to a mysql database (DEV) through a perl script. I
establish a link in a file called DEV.pm. I tried calling './require
DEV.pm' and have also tried calling use DEV in the perl script and keep
coming across the error Can't locate ./DEV.pm in @INC (@INC contains:
etc etc. I think I need to somehow import DEV.pm into my @INC
files...am I correct? If so how do I go about doing that?
Thanks!
Courtney