Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        log_event("Exit called\n");
        exit(0);
    }
    
  2. or download this
    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