Help for this page

Select Code to Download


  1. or download this
    package Config;
    
    ...
    our $blog_title = 'example.com';
    
    1;
    
  2. or download this
    #!/path/to/perl
    
    ...
    # or just
    # use Config qw(:all);
    # if you want everything the Config module exports