Help for this page
use strict; use warnings; ... } print Dumper(multiplex($params));
sub multiplex { my $ret = [[]]; ... } $ret; }