in reply to "File::Basename" problems
One other thing, be very careful when authors list dependencies. They don't really make any distinction between core and site modules. The best thing to do, especially when you're just starting out, is use the CPAN shell. It'll take care of the dependencies for you.
One good way of telling if a module is core is to use corelist. For example from the command-line:
corelist File::Basename
It'll tell you if it's core or not. You could also get a list of core modules starting with File:: like this
corelist /^File::/ and it'll list the core modules starting with File::.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "File::Basename" problems
by iksrazal (Initiate) on Aug 18, 2009 at 15:24 UTC |