RosettaCodeData/Task/Function-definition/Perl/function-definition-1.pl

2 lines
38 B
Perl

sub multiply { return $_[0] * $_[1] }