Hello friends,
I have been learning Perl for past week and a half and have written quite a few snippets from "Learning Perl - by Randal Schwartz". I know C/C++ languages and I have started learning Perl, so that Perl would help me test my C/C++ programs. I would like to have an insight into how I would test a C program for eg. Sorting. If a C program sorts a list, and I want to test that program, how would Perl help me automate the test task? I just want ideas, to head in the right direction. Thank you very much.
Nick