Help for this page

Select Code to Download


  1. or download this
    my %modifier = ( reverse_modifier => \&reverse_modifier );
    my $return = my::module::exit_routine(\%modifier);
    
  2. or download this
    my $return = my::module::exit_routine();
    
  3. or download this
    my %revmod = %{$_[0]};