Learning from Perl Golf (III)
forgotten about the implicit match
but...
be more explicit
my
(
$functional
,
$varnames
) =
split
(
/
\.
/
,
$line
,
2
);
longer but much clearer