http://qs1969.pair.com?node_id=51398

BoredByPolitics has asked for the wisdom of the Perl Monks concerning the following question:

I've been merrily writing a program over the last week, when today while testing it I'm getting the following warning -

Constant subroutine __need___va_list undefined at /usr/lib/perl5/5.005 +03/i386-linux/stdarg.ph line 9.

My code still appears to run ok, and looking in the Camel book I find that this error means I've undefined a subroutine which had been eligble for inlining..... eh?

Could somebody please explain what the error, and explanation, actually mean!

Cheers :0)

Pete