From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213141516171819202122232425262728293031323334353637383940414243 <html><head><title>Define a Subroutine with Args within Embperl</title></head><body>1,2->a=1b=23,4->a=3b=41,2->c=1 + 2 = 33,4->c=3 + 4 = 71,2->a=1b=2c=-13,4->a=3b=4c=-1<P>Ok.<P></body></html>
<html>
<head>
<title>Define a Subroutine with Args within Embperl</title>
</head>
<body>
1,2->
a=1
b=2
3,4->
a=3
b=4
c=1 + 2 = 3
c=3 + 4 = 7
c=-1
<P>Ok.<P>
</body>
</html>