#!/usr/local/bin/perl

for(keys %ENV){
	print "$_, $ENV{$_}";

}
