Help for this page

Select Code to Download


  1. or download this
    local *should_stop = sub { return 1; }; 
    
    require ('wrong_settings_detection.pl');
    
  2. or download this
    package X;
    sub func1 {....}
    sub func2 {....}
    until (should_stop()){...}