Help for this page
use strict; use warnings; ... log_event("Exit called\n"); exit(0); }
C:\Perl\bin>perl chargen.pl 13:08:07 -> New Client connected -> FileNo(4) 127.0.0.1:1133 ... Use of uninitialized value in hash element at chargen.pl line 82. 13:11:22 -> Exit called