Help for this page
@DYNAMIC = qw(m n o); { ... } # prints "mno|pqr" print @DYNAMIC, "|", @PERM, "\n";