Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Perl system() call return results

Just been trying to create a Perl script to run ping and return results #!/usr/bin/perl use strict; # this is a heap of notes to try and come to grips with Perl # a bit better. # # Looks at how the system() call works # # How to build the command arguments to get #...