Next | Trivial Utilities | 60 |
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?
continued...
Next | Menu | Copyright © 2012 M. J. Dominus |