package PluginInterface; sub new(...) { ... } sub get_name() { .. } sub get_menu() { ... } sub on_click() { ... } sub show() { ... } # ... etcpp. 1;