Wednesday, December 1, 2010

Solution :called too early to check prototype at in Perl

one of the way shis can happen if

you have declared function as

sub fun()
{

}


In perl you should declare function as

sub fun
{

}


- mihir patel

6 comments:

Anonymous said...

Thanks it helped.....
you inspired me by your blogger heading ..

yes " learned something new TODAY"

Ramesh from MD rbarun@hotmail.com

Anonymous said...

Thank you very much. I'm working with too many programming languages and got confused and this helped.

Unknown said...

This is really straightforward, thanks very much.

Unknown said...
This comment has been removed by the author.
Anonymous said...

How to pass a variable value?

james said...

thanks