Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Config::General;
    ...
    my %conf = $conf->getall;
    
    print Dumper \%conf;
    
  2. or download this
    my $server_from  = "\"Foo Reflector\" <er\@foo.bar>";
    
  3. or download this
    my $server_from  = '"Foo Reflector" <er@foo.bar>';