As a beginner you should read the documentation for functions and modules and such things as you try and use them. You would notice that system() does not return any application output back to your perl script.
If you don't know how to read the perl documentation locally, you can read it online:
http://perldoc.perl.org/
the version you have installed locally may not be the latest version of perl, which the online documentation is. But most of the core functions are still the same.