But what if two different files do
use vars qw( $level );
Will both be trying to share $main::level or will the variables be defined in the requested package like the subroutines (easy enough to check but I wasn't that interested in the problem). Are there more subtle problems? Someone reported to me that they were looking into all of this.
But the real solution is to turn these files into real packages, which is what I hear is now being done. (:
-
tye
(but my friends call me "Tye")
|