Help for this page

Select Code to Download


  1. or download this
    package MTD;
    use strict;
    ...
    
    
    return 1;
    
  2. or download this
    use MTD;
    use strict;
    ...
        push(@{$$var{array}}, $$filename); # reference to an array within 
    +a hash reference as an array
        $$var{t_sem}->up();    
    }