- or download this
package Bar;
sub identify {
...
}
1;
- or download this
#!/usr/bin/perl
use Foo;
Bar->identify();
Foo->identify();
- or download this
I'm in package Bar
Can't locate object method "identify" via package "Foo" (perhaps you f
+orgot to load "Foo"?) at...