Next | Tricks of the Wizards | 21 |
Module VeryLongName contains function SomeFunction.
Instead of calling VeryLongName::SomeFunction many times:
{ local *F = \&VeryLongName::SomeFunction;
F(...); }
A more realistic example:
*ERR = \$DBI::errstr;
Next | Copyright © 2003 M. J. Dominus |