Help for this page

Select Code to Download


  1. or download this
    sub write_log {
     ...
    ...
    sub write_error {
     ...
    }
    
  2. or download this
    write_log('string');
    write_error('string');
    
  3. or download this
    write_all('string');
    
  4. or download this
    &write_log;
    &write_error;