[plug] Perl error message

Carl Gherardi gherardi at cs.curtin.edu.au
Sun Oct 14 17:40:16 WST 2001


On Sat, 13 Oct 2001, R.Barnes wrote:

> I'm getting the error message "Subroutine header redefined at search.cgi line 134".

> The header section of the html is printed by the subroutine... (line
> 134)
>
> sub header {
>

All the other suggestions have been good, you might want to try changing
sub header to sub headerfoo and see whether it is a namespace problem(ie a
function which you cant see is also called header and you are trying to
override it)

Carl




More information about the plug mailing list