#!/usr/local/bin/perl
use strict;
use warnings;
use utf8;
use Data::Dumper qw(Dumper);
print Dumper \%ENV;
print ‘’;