Hi,
Am pretty new to perl scripting...I was just doing an online poll, and I get this error...
PerlScript: ERROR reading config.txt
I have changed the permission to the config.txt as 755
The code I have in my vote.pl script is as follows...
$config="config.txt .....and
if (!open(filehandle1,$config)) {printError("ERROR reading $config\n
vote.pl and config.txt are in the cgi-bin directory...
Any feedback will be appreciated...
Thanks
ahksar
Am pretty new to perl scripting...I was just doing an online poll, and I get this error...
PerlScript: ERROR reading config.txt
I have changed the permission to the config.txt as 755
The code I have in my vote.pl script is as follows...
$config="config.txt .....and
if (!open(filehandle1,$config)) {printError("ERROR reading $config\n
vote.pl and config.txt are in the cgi-bin directory...
Any feedback will be appreciated...
Thanks
ahksar