Help for this page

Select Code to Download


  1. or download this
    use Thread::Semaphore;
    
    ...
    select($stdout);
    
    use License (\$LOGFH, \$writelog);
    
  2. or download this
    package License;
    use strict;
    ...
            print "logfile is not defined\n";
        }
    }