The original problem was solved by adding a stupid $ to my code, instead of
print CGI->...
I now have
print $CGI->...
and that solved everything. I simply know too many languages that all have their quirks, and Perl is just another.
So, here is my current problem (related to the past). Where is documentation on how to use CGI.PM. I have seen that most online tutorials (that some of you have mentioned) are simply HTML-ized versions of the perl doc information in CGI.pm itself, and I have that. Specifically, here is what I want to do, there should be a way to do it, I don't know how.
I want to use $CGI->tr to generate a row of my table, and I want to give it an array which contains all of the cells that I want in that row. Each cell will just contain a string. There should be a way to do this, I don't know how, and would love to have documentation somewhere that tells me how to do things like this.
In reply to Re^2: help with start_table of CGI.pm
by kmullin5016
in thread help with start_table of CGI.pm
by kmullin5016
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |