http://www.perlmonks.org?node_id=426635


in reply to Re^4: Basic Coding Tips: Parsimonious Parameterization
in thread Basic Coding Tips: Parsimonious Parameterization

my @t = (@liste1, @liste2);
works too. No need to reinvent what the core language already provides in a simple way.