Help for this page

Select Code to Download


  1. or download this
    [Database]
    enable_replication      = 0
    ...
    
    [Logging]
    verbose                 = 99
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    my $verbose = $config->{Logging}{verbose};
    
    print "$verbose\n";