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

2 lines
31 B
Perl

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