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

8 lines
189 B
Perl

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