Fellow Monks,
I have written a very short subroutine that executes some system calls. I want to use the values and send them to a formatted file that I have created with the reporting format within Perl, but I am not getting very far. Any help would be appreciated. The below snippet is shown below where I want to get the output from the system calls into the formatted file called FORMATTED. How can I capture the values? It seems to just run the system calls.