Help for this page

Select Code to Download


  1. or download this
    sub balance_by {
      my $self = shift;
    ...
      }
      return $self->{'balance_by'};
    }
    
  2. or download this
    my %valid_params; undef @valid_params{qw(foo bar)};
    ...
    (defined $entry and exists $valid_params{$entry})
    ...