use Env; use strict; if ( defined $EGGSHELL) { print "$EGGSHELL\n"; } root@whitebox:/tmp# perl testEnv.pl Global symbol "$EGGSHELL" requires explicit package name at testEnv.pl line 4. Execution of testEnv.pl aborted due to compilation errors.