Help for this page

Select Code to Download


  1. or download this
            eval {
                    require Physics::Solar::VSO::Config;
            };
    ...
                    default => undef,
                    module  => 'registry',
            );
    
  2. or download this
    use XML::Simple;
    my $parserOptions = {
            cache                   => [ 'memshare' ],
    ...
    
    # this needs to stay below where %CONFIG and %PERL are populated
    our @EXPORT_OK = ( keys %CONFIG, keys %PERL );