Thread sub und prototype: called to early too check prototype (4 answers)
Opened by Gast at 2004-08-11 19:47

Gast Gast
 2004-08-11 19:47
#85703 #85703
ich habe eine function definiert:
sub test(\%\$\$) { ... }

und rufe die später mittels:
my $value = test(%{$h_ref},${$s_ref},${$s_ref})

auf, aber es kommt das folgende warning:
main:test called too early to check prototype

weiss jemand wie ich das verhindere?

View full thread sub und prototype: called to early too check prototype