I am creating a module that works with a commercial software package. The problem is that for the module to work right, the module must be given the location of the software on the server (i.e. its path). What's the proper way of doing this? I thought of declaring the path in a variable before using the module. In other words, something like this:
That didn't work. The module couldn't see the variable. Any ideas? Thanks.$softwarepath = "/usr/local/etc/software"; use module;
In reply to Module and software path by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |