The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Goo::Environment - provide info about the environment the program is running in

SYNOPSIS

use Goo::Environment;

DESCRIPTION

METHODS

is_cgi

is this a cgi script?

is_cronjob

is this running as a cronjob?

is_command_line

is this running on command line?

get_ipaddress

which machine is this running on?

get_user

who is using this program?

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO