The following works fine
Code:
 //say $asc(.) 

but this
Code:
 //say $asc(,) 
results in a 'Too many parameters: $asc' error.
Why is it so?