in reply to Building a CPAN module with User Inputs
A module that can only be used with one account? Isn't that something you should pass as parameters to the module when you use it? Having the application provide the credentials to the module allow the credentials to be collected using a method appropriate to the application (gui dialog, console input, config file, command line parameter, etc).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Building a CPAN module with User Inputs
by JavaFan (Canon) on Oct 28, 2008 at 08:16 UTC | |
by ikegami (Patriarch) on Oct 28, 2008 at 10:09 UTC | |
by JavaFan (Canon) on Oct 28, 2008 at 10:31 UTC | |
by ikegami (Patriarch) on Oct 28, 2008 at 10:44 UTC | |
by JavaFan (Canon) on Oct 28, 2008 at 10:59 UTC | |
|