in reply to use module with parameter variable
Another alternative is to use require instead of use:
BEGIN { require Getopt::Declare; import Getopt::Declare $string => $options; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: use module with parameter variable
by QM (Parson) on Aug 19, 2004 at 21:49 UTC | |
by revdiablo (Prior) on Aug 19, 2004 at 21:57 UTC |