sub add_it { my $amount = shift; my $total = 12+ $amount; return ($total); } 1;