Chapter 5. System interaction

Table of Contents
In this section...
system() and exec()
Using backticks
Platform dependency issues
Security considerations
Section summary

In this section...

In this section, we look at different ways to interact with the operating system. In particular, we examine the system() function, and the backtick command execution operator. We also look at security and platform-independence issues related to the use of these commands in Perl.