I am a learner
I have a small 15 line programme that will not compile.
Error message is "use of unitialised value" at line...
The line is:
@NameValuePairs = split (/&/, $QueryString);
and is preceded by:
$QueryString =$ENV{ 'QUERY_STRING'};
I have been struggling with this beginners problem for some time and would be very grateful for some guidance as to what is going wrong.
Thanks
I have a small 15 line programme that will not compile.
Error message is "use of unitialised value" at line...
The line is:
@NameValuePairs = split (/&/, $QueryString);
and is preceded by:
$QueryString =$ENV{ 'QUERY_STRING'};
I have been struggling with this beginners problem for some time and would be very grateful for some guidance as to what is going wrong.
Thanks