bartender1382 has asked for the wisdom of the Perl Monks concerning the following question:
Working on simple Perl scripts, that get called via a web browser.
Have a few "make a log" functions, mostly for debugging. But since users can be guest, would also like to log the calling IP.
Is it possible to get that in the scripts?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can my perl scripts get the IP address that called the script?
by Fletch (Bishop) on Apr 08, 2022 at 18:09 UTC | |
|
Re: Can my perl scripts get the IP address that called the script?
by hippo (Archbishop) on Apr 08, 2022 at 18:40 UTC | |
by bartender1382 (Beadle) on Apr 08, 2022 at 19:12 UTC | |
by Discipulus (Canon) on Apr 08, 2022 at 19:58 UTC | |
by kcott (Archbishop) on Apr 09, 2022 at 01:32 UTC | |
by davebaker (Pilgrim) on Apr 09, 2022 at 17:12 UTC | |
|
Re: Can my perl scripts get the IP address that called the script?
by misterperl (Friar) on Apr 13, 2022 at 14:06 UTC | |
by Fletch (Bishop) on Apr 13, 2022 at 15:03 UTC |