Help for this page

Select Code to Download


  1. or download this
    sub SetDestination {
       my ($self, $class) = @_;
    ...
       $self->{destination}->(...);
       ...
    }
    
  2. or download this
    sub SetDestination {
       my ($self, $config) = @_;
    ...
       $self->{config}->destination(...);
       ...
    }