Help for this page
package Foo; ... my $x = 'Foo'; $x->bar();
package Thing; ... my $x = Thing->new( backend => 'A' ); $x->backend->do();