| Next | Welcome to my ~/bin | 57 |
sub context_file {
return $ENV{MHCONTEXT} if defined $ENV{MHCONTEXT};
profile();
$context = $profile{context} || _mkabs('context');
}
Not much code there
But wait, how is profile() loading the %profile hash?

| Next | Menu | ![]() |
Copyright © 2005 M. J. Dominus |