For security reasons, it is not possible to execute system commands in your Perl scripts on the Yahoo! Web Hosting servers. However, you can accomplish much of the same functionality using built-in Perl functions such as chmod (for changing permissions on a file), stat (to list a file), and opendir, readdir, and closedir (to manage directories).