Help for this page

Select Code to Download


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