Hi,
 
I have this problem when I use  $fdat variable like part of filename I'll get  this error:

[28024]ERR: 24: Line 1: Error in Perl code: Insecure dependency in open while running with -T switch at /home/www/ceska-media/content_management/fdat.html line 13.

Source code:

$path = '/home/www/doc/server/data_media/photos/authors/';


$path.=$fdat{id};

$path.='.jpg';
open FILE, "> $path" || die;
print FILE $buffer
while read($fdat{photo}, $buffer, 32768);
close FILE;

}

My configuration:

Apache/1.3.14 (Unix) mod_perl/1.24_01 mod_ssl/2.7.1 OpenSSL/0.9.6 HTML::Embperl 1.3.0 [Fri Oct 5 18:51:10 2001]

Thanks anyway

 
Best regards
                       
                           Jan Kyncl
                             Director
              Prvni ceska virtualni Ltd.

Reply via email to