Sam Harris wrote:
I am having hard time figuring out why one of my lines is not working:

system"find . -ctime -1 -exec cp {}
/opt/WWW/web_stats/logs/daily/newfiles \";



try
system("find .-ctime -1-exec cp{} /opt/WWW/web_stats/logs/daily/newfiles ");
on a single line and do not escape the last "




the error is that :
Unquoted string "opt" may clash with future reserved word at
./process_web_log_files.pl line 25.

thanks for your help in advance.


Sam Harris, Internet Services
Franklin University
201 S. Grant Avenue
Columbus, Ohio 43215-5399
Work: (614)-744-8322
Toll free: 1-877-341-6300 ext. 8322
[EMAIL PROTECTED]
http://www.franklin.edu/

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to