In attempting to build an installer I want to install numerous perl scripts from one perl script installer. Keep getting error 'can't modify constant item in scalar assignment' and for the life of me I can't find why.<br><br>short code example:<br><br>open (ADMIN,">admin.cgi" ¦¦ die "Can't write new file admin.cgi: $!\n";<br> flock(ADMIN,2);<br> print ADMIN = "\&035\;\!/usr/bin/perl\n";<br>[removed other lines]<br> close (ADMIN);<br><br>no matter what is on the first print line it still returns the same error. But if nothing is there it will create a nice empty admin.cgi .<br><br>help?<br><br>thanks<br><br>lee<br> <p>Lee Hempfling<br><a href=mailto:lkh@mediais.com>lkh@mediais.com</a><br><a href= Corporation</a><br>Complex problems require simple solutions.