I try to copy one file to other folder on Linux server, and nothing happened? Please help me.

use File::Copy; print "Content-type: text/html\n\n"; print "Start.<br>"; $original="/home/thomas/ftp/te st-001.pdf"; $indigo="/srv/www/html/cgi-bin /test-001copy.pdf"; system("cp $original $indigo") or die print "FAILED"; print "Finish.<br>"; I try to copy one file to other folder on Linux server, and nothing