ScoobyDood
Programmer
I'm trying to make a script that allows users to create a new page in my directory. When I test it is says something like 'Insecure dependency on open()'. I might have to chmod it, but I using Windows98 for most of my work (Although I do have a computer with Linux) Here is the script: (In part)
#Start script
$name=$cgiobject->param("name"
#Some other Scalers...
open (NEW ">$name.html"
|| die "!$";
#Print some stuff...
#End script
What's the problem? Computers - Can't live with 'em, can't live without 'em! Check this out:
#Start script
$name=$cgiobject->param("name"
#Some other Scalers...
open (NEW ">$name.html"
#Print some stuff...
#End script
What's the problem? Computers - Can't live with 'em, can't live without 'em! Check this out: