in reply to Re: IP Address of Person Submitting Log-In Request
in thread IP Address of Person Submitting Log-In Request
Later on into the code, those two simple variables go on to be recorded into a text file for later viewing at my convenience.#!/usr/local/bin/perl -- use CGI::Carp qw(fatalsToBrowser); $|=1; $RMIP=$ENV{'REMOTE_ADDR'}; $RUAG=$ENV{'HTTP_USER_AGENT'};
|
|---|