After clicking on a submit button, I am getting an error:
Bareword "params" not allowed while "strict subs" in use at /var/www/path/get.pl line 71
Line 71:
my @names = params;
I do have use strict;
nearly at the top.
How to fix?
Note: It work on the old server, I am moving all the files to a new server. Not sure where it went wrong?