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

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


-
Just because it never happened doesn't mean it isn't true.