Next | The Perl Hardware Store | DC.pm Version | 15 |
Module VeryLongName contains function SomeFunction.
Instead of calling VeryLongName::SomeFunction many times:
{ local *F = \&VeryLongName::SomeFunction;
F(...); }
continued...
Next | Copyright © 2003 M. J. Dominus |