would it still work if you moved say Mechanize.pm to another directory and then tried to use www::mechanize?
the hardest line to type correctly is: stty erase ^H
| [reply] |
If you're now asking about WWW::Mechanize specifically, you can easily answer that yourself.
| [reply] |
i used mechanize.pm as an example. so if scripts have "use www::mechanize" it would break if you move mechanize.pm into another directory not named www. the point (if any) i was trying to make is that moving installed modules can break scripts if the module is a sub-module. so you can't just move any/every module without some possible little problems. And if you do move (for example) mechanize.pm into a directory not named www and try to "use mechanize" instead, hopefully it still works and doesn't break ISA?
the hardest line to type correctly is: stty erase ^H
| [reply] |