Message-id: <
393F38FA.9B5F4C7D@m.dasa.de>
[resent by Richard Foley, Message-Id probably wrong]
p4raw-id: //depot/cfgperl@6279
Like many languages, Perl provides for user-defined subroutines.
These may be located anywhere in the main program, loaded in from
other files via the C<do>, C<require>, or C<use> keywords, or
-generated on the fly using C<eval> or anonymous subroutines (closures).
+generated on the fly using C<eval> or anonymous subroutines.
You can even call a function indirectly using a variable containing
its name or a CODE reference.