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