![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Perl in HTMLby Corion (Patriarch) |
on Apr 15, 2010 at 08:04 UTC ( [id://834840]=note: print w/replies, xml ) | Need Help?? |
I think you are translating PHP to Perl. @_Get and @_Post likely are the parameters passed with the request, so the Perl equivalent would be $cgi->param(). Also, you should use strict; at the top of your program. This forces you to predeclare all variables you need and will prevent you from misspelling variables or using variables that don't exist, like @_Get.
In Section
Seekers of Perl Wisdom
|
|