Razzle
Jun 17th, 2000, 04:26 AM
open (INFILE, "somedata.txt");
@mydata = <INFILE>;
close (INFILE);
print $mydata[0];
open (OUTFILE, ">/forumdata/$mydata[0].txt");
why does this produce the error
Status: 302 Found Location: http://cgi1.tripod.com/bin/error?error=Your%20script%20produced%20this%20error%3A%20Insecure%20dependency%20in%20open%20while%2 0running%20with%20-T%20switch%20at%20.%2Ftest.cgi%20line%2040.%0A URI: http://cgi1.tripod.com/bin/error?error=Your%20script%20produced%20this%20error%3A%20Insecure%20dependency%20in%20open%20while%2 0running%20with%20-T%20switch%20at%20.%2Ftest.cgi%20line%2040.%0A Content-type: text/html
@mydata = <INFILE>;
close (INFILE);
print $mydata[0];
open (OUTFILE, ">/forumdata/$mydata[0].txt");
why does this produce the error
Status: 302 Found Location: http://cgi1.tripod.com/bin/error?error=Your%20script%20produced%20this%20error%3A%20Insecure%20dependency%20in%20open%20while%2 0running%20with%20-T%20switch%20at%20.%2Ftest.cgi%20line%2040.%0A URI: http://cgi1.tripod.com/bin/error?error=Your%20script%20produced%20this%20error%3A%20Insecure%20dependency%20in%20open%20while%2 0running%20with%20-T%20switch%20at%20.%2Ftest.cgi%20line%2040.%0A Content-type: text/html