in reply to Re: Re: Re: Perl Bug? import function
in thread Perl Bug? import function

I've never looked at the code for XML::Parser for example, is the actual module (package) as follows..?
package XML::Parser;
I looked, it is! Thanks for the heads up. I never considered the separtion of file name space and module hierarchy as separate because i didn't know that the above was a valid package name. Thanks again jr