Hello again, jonnyfolk.
You have a conflict between CGI and HTML::AsSubs. Both modules have a param() method.
If you create a CGI object and use the param() method on it, it will work.
my $cgi = new CGI(); my $data="/path/data.txt"; my @Calendar = (); #my $checkthree = "1000"; my $checkthree = $cgi->param('check');
In reply to Re: Problem with param( ) in Calendar script
by Mr. Muskrat
in thread Problem with param( ) in Calendar script
by jonnyfolk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |