I would like to make a subroutine like:
myfunc(return => query->param("return"), authors => query->param("authors"));
(with many more parameters)
But I want those arrays from query->param() to be passed to the function as array references instead, naturally. Is there any way to do so without a bunch of temporary variables?
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |