Help for this page

Select Code to Download


  1. or download this
    use vars '$AUTOLOAD';
    
    ...
          # whatever
       } 
    }
    
  2. or download this
    {
      no strict 'refs';
    ...
          *$method = sub { $_[0]->{xmms}->$method };
      }
    }