Passing a string to a function/sub

But this forces me to allways pass 2 arguments to the function,

I sometimes just want to '

wltl("blaaat");

Without having to:

wltl("blaaat" ,"");

To make it all work.

Is there not a way to combine the string before passing it to the function?