Re: main::iana_charset_blurb()

On Thu, 2003-01-09 at 07:40, Bjoern Hoehrmann wrote:

> >The iana_charset_blurb thing is just a warning, and shouldn't cause
> >problems.
> 
> Where does it come from?

It's a prototyped subroutine, and the Perl compiler sees the call before
the definition thus being unable to check the prototype at that point. 
Changing the call style from 'iana_charset_blurb()' to
'&iana_charset_blurb()' will prevent the warning.  This is now in CVS.

-- 
\/ille Skyttä
ville.skytta at iki.fi

Received on Thursday, 9 January 2003 13:54:25 UTC