The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

<HTML><BODY>
<H1> test expr with perl-supplied functions </H1>
hello('dad')=hi, dad!
lc('DAD')=dad
lc(ONE)=1
sprintf('1+1=%d', TWO)=1+1=2
<H1> test expr with user-defined functions </H1>
registered_func('self')=self
hello_string()=hello!
arglist()=[]
arglist('')=[]
arglist('','')=[][]
arglist('a','b')=[a][b]
</body></html>