in reply to diplaying the entire $ENV set

use Data::Dumper; print Dumper(\%ENV);

kelan


Fullscreen ChatBox

Replies are listed 'Best First'.
Re^2: displaying the entire $ENV set
by Flexx (Pilgrim) on Sep 05, 2002 at 16:05 UTC
    Heh, nice approach ;)