Advertisement

Dynamic File Creation in Perl

Started by June 27, 2001 09:52 PM
0 comments, last by Crown 23 years, 7 months ago
Hello, I am trying to create a file dynamically using perl. I want to open a file with a filename in it, say a number. I will put that number into a variable and add an extension of ".txt". Then I want to create a new file using that number.txt, but I get this error: Insecure dependency in open while running with -T switch. I''ve been trying forever to figure this out, and I still can''t get it. It also gives this error when I want to create a file dynamically from user input in a CGI form. Any help here would be GREATLY appreciated. Crown
You should probably post the offending code.

This topic is closed to new replies.

Advertisement