in reply to list of all the $env variables

There's only one $env variable, and it starts out undeclared.

Perhaps you mean %ENV? In which case, a simple loop will dump them, or just go into the debugger and enter x \%ENV.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.