in reply to Re^2: How to export several modules intu users name space to not have a use ...; use ...; use ...; with the same modules all over again
in thread How to export several modules intu users name space to not have a use ...; use ...; use ...; with the same modules all over again
this is whyuse strict; .... { no strict; .... } # and here 'use strict' is in effect;
|
|---|