Re: called too early?
Bryan Harris wrote:
I'm getting this warning in a simple script I'm writing:
**************************************
main::overlap() called too early to check prototype at
/Users/bh/Library/perl/popdef line 272.
**************************************
The subroutine "overlap" is at the bottom of the script, but so are several
others, and I don't get warnings on those. What causes this kind of
warning?
Using prototypes. Don't use prototypes:
http://library.n0i.net/programming/perl/articles/fm_prototypes/
John
--
use Perl;
program
fulfillment
.
Relevant Pages
- called too early?
... I'm getting this warning in a simple script I'm writing: ... The subroutine "overlap" is at the bottom of the script, ... (perl.beginners) - Re: Questions About Upgrading to dependency based boot
... script behind, package dovecot-common removed but not purged, package ... overrides, insserv: warning: script 'K01nxsensor' missing LSB tags ... (Debian-User) - "Malicious script" upon opening Help & Support center
... MaliciousScript detected ... Your computer is halted and needs to do something about this script ... As long as I don't press the OK button on the Norton warning, ... calling an HTA file to do its tasks. ... (microsoft.public.windowsxp.security_admin) - Re: "Malicious script" upon opening Help & Support center
... > to use help, do I choose "authorize this script" (which I interpret to mean, ... there appears a warning from Norton: ... >>> MaliciousScript detected ... >>> calling an HTA file to do its tasks. ... (microsoft.public.windowsxp.security_admin) - Re: Required Fields and Warning Boxes
... warning box to appear asking the user "are you sure you want to make ... field and shows the confirmation box but the information in the form ... Second Script: When I create a separate function with "are you sure ... Note that onSubmit wants a true or false value from the returning ... (comp.lang.javascript) |
|