Help for this page

Select Code to Download


  1. or download this
    use Config::General;
    use Data::Dumper;
    
    ...
      blort              = 
      home_url           =
    http://www.foo.com/some/really/long/url?foo=bar
    
  2. or download this
    $VAR1 = {
              'bar' => '0',
              'boo' => '',
    ...
              'foo' => 'Yes',
              'home_url' => 'http://www.foo.com/some/really/long/url?foo=b
    +ar',
            };