Help for this page
use vars '$AUTOLOAD'; ... # whatever } }
{ no strict 'refs'; ... *$method = sub { $_[0]->{xmms}->$method }; } }