Solution called too early to check prototype at in Perl
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

you have declared function as
sub fun()
{
}
In perl you should declare function as
sub fun
{
}
- mihir patel
download file now
Comments
Post a Comment