[EMAIL PROTECTED] wrote: > Hi, > I've been working on cgi-bin/A.pl at a website. > A particular form in A.pl used to activate B.pl but had to be changed to A.pl > > Mysteriously, as soon as this change was made (with nothing else being changed), > the resulting invocation of A.pl by itself results in A.pl being downloaded > rather than executed.
Guesing .... the old one under the old name may still be cached in either your browser or the web servers memory. 1. stop and start your browser. 2. stop and restart the web server. If you can't do that write a bash script to call the new script 1000 times or so. Mike -- Michael Lake Chemistry, Materials & Forensic Science, UTS Ph: 9514 1724 Fx: 9514 1460 UTS CRICOS Provider Code: 00099F DISCLAIMER ======================================================================== This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. ======================================================================== -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
