REPORTER 22.1
D. Writing External Programs/Scripts
Writing external programs/scripts
Programs or scripts for REPORTER that do some external function can be written in any language. It is up to you if you prefer to use a scripting language such as Perl, Python, Tcl etc or a compiled language such as C or Fortran.
Anything which a program prints to stdout (standard output) will be returned to REPORTER (the one exception to this is returning variables which is described below)