www.pudn.com > coolchat.zip > chatonline.pl


#!/usr/bin/perl 
 
        $| = 1; 
 
        require "e:/company/qzrb/cgi-bin/music/cgi/chat.cfg"; 
 
        my $ChatRoomListFile="$chatdatadir/roomlist.ROM"; 
        my $DATA            = ".DAT"; 
 
        print "Content-type: text/html\n\n"; 
        print "\n"; 
        print "\n"; 
 
        exit;