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