To broaden the response to the DVK a bit, there are situations when you really want to explicitly call import , for example, when loading an optional module or automatically populating namespaces:
eval "require $modulename; $modulename->import( LIST ); ";
I can't think of any situation when you someday want to call DESTROY, TIESCALAR, etc. obviously.
Adam bellaire
source share