Help for this page
@args=qw(command arg1 arg2); system(@args);
~$ perl -e '@args=qw(echo Hello;echo World);system(@args);' Hello;echo World