register_plugin("foo"); package foo; sub new { return bless {}; } sub hello { print "Hello!\n"; } 1;