in reply to CGI.pm: HTML comment in <head>
As the error message says, you're trying to call an undefined subroutine. Since you didn't import comment from CGI explicitly (or via a tag like :standard) you need to call it as a method on your $query instance instead: $query->comment( "OMGWTFBBQ?" )
Update: Gah, the tag's :standard not :common.
|
|---|