Help for this page
[jconner@kwan ~]$ perl -e ' @Call[0] = "gawk"; ... @Call[4] = ">"; @Call[5] = "out.file"; print "system(@Call)\n";'
[jconner@kwan ~]$ ls -l out.file gls: out.file: No such file or directory ... [jconner@kwan ~]$ ls -l out.file -rw-r----- 1 jconner other 4637 Oct 23 10:56 out.file [jconner@kwan ~]$