Help for this page

Select Code to Download


  1. or download this
    my $method = $this->{ACTIVITIES}->{$this->{ACT}}->{'func'};
    $this->$method($arg);
    
  2. or download this
    $this->{ACTIVITIES} = {
        Sale => {},
        ....
    };
    
  3. or download this
    $this->{ACTIVITIES} = {
        Sale => {
    ...
            datefield => 'date_bought',
        },
    };