Help for this page

Select Code to Download


  1. or download this
    package MyConfig;
    
    ...
        return $config;
    }
    "the end";
    
  2. or download this
    use MyConfig;
    my $externalConfig = MyConfig->new();
    ...
        # etc....
    }