aboutsummaryrefslogtreecommitdiff
path: root/template/perl/snip-pit.pl
blob: 710aa505af6c67b40cc49fd126506b93b43e2192 (plain)
1
2
3
4
5
6
7
use Config::Pit;

my $config = pit_get("{{_input_:domain}}", require => {
	"username" => "username of {{_input_:domain}}",
	"password" => "password of {{_input_:domain}}",
});
{{_cursor_}}