in reply to Re: An Interesting Gotcha With use/require
in thread An Interesting Gotcha With use/require
That should not be a problem if your library declares a package name.What do you mean by that? Note that File::Basename is a standard module whose first line reads:
The problem isn't the library. The problem isn't the code either. The problem is the underlaying filesystem.package File::Basename;
To the OP: "Here's a nickle kid. Get yourself a better computer"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: An Interesting Gotcha With use/require
by perrin (Chancellor) on Feb 09, 2005 at 15:56 UTC | |
|