The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

use Goo::Environment;

DESCRIPTION

METHODS

is_sparky

are we running under sparky?

is_development

are we running on dev.trexy.com?

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@turbo10.com>

SEE ALSO