Add PHP/Perl template

This commit is contained in:
Gea-Suan Lin
2011-10-27 17:25:08 +08:00
parent 9b324cc447
commit 46259b8b8e
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
call_user_func(function(){
});

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;
INIT {
}
__END__