- or download this
sub generate_extension
{
my $self = shift;
...
$self->{email_address} , "30
+" , "50" );
}
- or download this
sub generate_stuff {
my $self = shift;
...
$self->{$stuff} , @numbers )
+;
}
- or download this
generate_stuff( 'extension', 4, 4 ); # this is what a
generate_stuff( 'email_address', 30, 50 ); # call would look like