in reply to Strange behaviour from two pieces of similar code in different running environments
The two snippets are not the same. The first imports Image::Magic with the use operator and the second uses the require operator which does not import names from the Image::Magic:: name-space.
|
|---|