Help for this page
@a=(foo,bar,bah);
(foo,bar,bah);
@a=(joe(),someothersub());
(joe(),someothersub());
(print("hello"),print "\n");