Add PHP/Perl template
This commit is contained in:
5
.vim/template/production.php
Normal file
5
.vim/template/production.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
call_user_func(function(){
|
||||
});
|
||||
|
||||
11
.vim/template/production.pl
Normal file
11
.vim/template/production.pl
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use 5.010;
|
||||
|
||||
INIT {
|
||||
}
|
||||
|
||||
__END__
|
||||
Reference in New Issue
Block a user