1. | What are system calls?
|
2. | How does Perl make calls to the system?
|
3. | What module is used to traverse a file system?
|
4. | How to create and remove directories.
|
5. | What is meant by the environment?
|
6. | What is a process?
|
7. | What do fork and exec accomplish?
|
| |
8. | Where can you find modules for Windows processes?
|
9. | How does the system function differ from using command substitution (backquotes) when executing system commands?
|
10. | What is globbing?
|
11. | How does eval work with die?
|
12. | What are signals?
|
13. | How does Perl deal with signals?
|
14. | How do you rename a file with Perl?
|
15. | How do you remove a file with Perl?
|