Date-Tolkien-Shire-Data
view release on metacpan or search on metacpan
print;
}
}
sub get_home {
defined $ENV{HOME}
and return $ENV{HOME};
my $home;
local $@ = undef;
eval {
$home = ( getpwuid $< )[7];
1;
} and return $home;
foreach my $env ( qw{ USERPROFILE SYS$LOGIN } ) {
defined $ENV{$env}
and return $ENV{$env};
}
return;
}
# Highlight the given $text if -color is asserted and the $day_of_year
( run in 0.258 second using v1.01-cache-2.11-cpan-8d75d55dd25 )