my $count = () = function(); print $count; # $count is '5' sub function { return qw(a b c d e); }