7 lines
54 B
Perl
Vendored
7 lines
54 B
Perl
Vendored
sub fx {
|
|
my $ctx = shift;
|
|
return 'hello fx'
|
|
}
|
|
|
|
1;
|