Help for this page
@Call[0] = "gawk -f test.gawk test.file > out.file"; system(@Call);
@Call[0] = "gawk"; @Call[1] = "-f"; ... @Call[4] = ">"; @Call[5] = "out.file"; system(@Call);