in reply to Call Subroutine with Variable
For the first half-
our @EXPORT = qw(linux_add_account sun_add_account hp_add_account aix_add_account);It is Perl standard and generally easier on the eyes. Plus you don't end up with ambiguous, randomly cased bastards resulting from case collisions like IDXML, IdXML, IdXml, pHURI, PHURI, pHUri, etc, and so on and so forth.
|
|---|