Help for this page

Select Code to Download


  1. or download this
        sub init {
            my ($someModule, $someCondition) = @_;
    ...
        }
    
        init("Bleach", 1);
    
  2. or download this
        sub init {
            my ($someModule, $someCondition) = @_;
    ...
        }
    
        init("Bleach", 1);