Help for this page

Select Code to Download


  1. or download this
    sub new
    {
    ...
        my @history;
        $ref->{history} = \@history;
    }
    
  2. or download this
    sub trans
    {
      my @done = ["$time[5]-$time[4]-$time[3]", $type, $amount];
      push @{$self->{history}}, \@done;
    }
    
  3. or download this
    sub statement
    {
    ...
             }
        }
    }