Next The Perl Hardware Store DC.pm Version 10

Simple Example

         package Somepackage;
         *LOG = \&main::LOG;    # Import
         LOG("Look over there!  A dancing cow!");     
         # (Calls main::LOG)


Next Copyright © 2003 M. J. Dominus