For my application w/ Linux, I would like to write a few VIs and then
have a perl script orchestrate the whole project and call the VIs from
the command-line.
Is there a way to call LabVIEW from the cmdline so I can execute a VI w/o having to boot the GUI?
To execute a VI from the command line you can first build it into an executable using the Application Builder. Then you can call the executable from the command line.