File: basic_config.pl

package info (click to toggle)
libcgi-application-plugin-configauto-perl 1.33-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: perl: 85; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/usr/bin/perl

my %CFG = (
   test_key_1 => '11',  
   test_key_2 => '22',  
);
\%CFG;