use Math::Simple; my $math = Math::Simple->new(5); my $result = $math->add(6);