- or download this
#!/usr/bin/perl
use warnings;
...
use MyModule;
MyModule::call();
- or download this
package MyModule;
use warnings;
...
}
__PACKAGE__
- or download this
package MyModule2;
use warnings;
...
}
__PACKAGE__
- or download this
Undefined subroutine &MyModule2::authorize called at MyModule.pm line
+6.
- or download this
use MyModule2;