> Hey can someone help me figure out why the value of
> $file_exists won't
> change even when the file is mssing???? Thx.
> $file_exists = $t->cmd ("perl -e 'print 1 if (-s
> \"$newdir[$x]\")'") or
> warn "Unable to execute: $!\n";You probably need to escape the single quotes as well. Try that and see if it works. HTH DMuey > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
