in reply to Re^2: Restoring CGI.pm objectin thread Restoring CGI.pm object
sub remote_addr { return $ENV{'REMOTE_ADDR'} || '127.0.0.1'; } [download]