Help for this page

Select Code to Download


  1. or download this
    my $array_ref = [ qw( 1 4 9 10 15 23 34 84 100 ) ];
    add_n_to_values_and_print( $array_ref, 15 );
    ...
            print $value;
        }
    }
    
  2. or download this
    my $array_ref = [ qw( 1 4 9 10 15 23 34 84 100 ) ];
    add_n_to_values_and_print( $array_ref, 15 );
    ...
            print $value;
        }
    }