dotfiles/.vim/template/perl/snip-pit.pl

8 lines
189 B
Perl
Raw Normal View History

2012-02-13 19:19:04 +00:00
use Config::Pit;
my $config = pit_get("{{_input_:domain}}", require => {
"username" => "username of {{_input_:domain}}",
"password" => "password of {{_input_:domain}}",
});
{{_cursor_}}