Abe Loveless <[EMAIL PROTECTED]> said:

> The line referenced in the error is the following:
>       system ("/bin/rm -f /opt/utilities/mkcdrec/backup_archive/".
> $iso) == 0
>               or die ("Error occurred while removing ". $iso ."\n");

This might work:

system ("/bin/rm", "-f", "/opt/utilities/mkcdrec/backup_archive/$iso") == 0
or die ("Error occurred while removing $iso\n");

Regards,

--
Darrell May
DMC myEZserver.com
http://myEZserver.com


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Searchable archive at http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to