Controlling the Filesystem Within Perl
Change directories
List files
Make directories
Remove directories
Remove files
Rename files
Make links (not covered in this chapter)
Change permissions
Get information regarding a file
Perl also allows you to run operating system (OS) commands from within your Perl script. Most operating systems provide commands that allow you to modify the ...