Files
fx-serverless/examples/functions/Perl/func.pl
Minghe Huang 159714491d add perl support,
fx up func.pl

Signed-off-by: Minghe Huang <h.minghe@gmail.com>
2019-12-18 21:06:56 +08:00

7 lines
54 B
Perl
Vendored

sub fx {
my $ctx = shift;
return 'hello fx'
}
1;