Perl require config
I am doing some Perl scripts that are requiring me to have MySQL access, obviously I do not want my login and password information in these scripts. I would rather have them outside of the script. Is there something in the emulator that would interfere with this ? Using a perl require seems to work fine outside of the emulator, I can print out variable results at the command line. Within the emulator the variables do not seem to import properly.
Something simple like config.pl Code:
use DBI; Code:
#!/usr/bin/perl |
something like this will work from the plugins directory:
Code:
use XML::Simple; |
All times are GMT -4. The time now is 08:58 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.