Help for this page

Select Code to Download


  1. or download this
        sub _select_fields
        {
            my $self = shift;
    ...
            push @fields, 'num_theaters', 'day_multiple';
            return @fields;
        }
    
  2. or download this
        sub _select_fields
        {
            my $self = shift;
    ...
            $rev_type    = 'both' unless exists $rev_types{$rev_type};
            return @{$rev_types{$rev_type}};
        }