File: global.perl

package info (click to toggle)
libconfig-merge-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 440 kB
  • ctags: 36
  • sloc: perl: 804; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    domain      => 'www.test.com',
    db3         => {
                    different  => 'data',
                   },
    engine      => 'MySQL',
    testsub     => sub {'test'},
    testregex   => qr/test/,
    testobj     => bless({},'ABC'),
    list        => { a => 'b'},
    array       => [1,2,3,4],
}