smartyollie has asked for the wisdom of the Perl Monks concerning the following question:
Too many arguments for main::PostValidate at y.pl line 349, near "$ofile)"
The call within the main body looks like this:
if ($validate) {
PostValidate($ofile);
}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: why does location of function matter?
by BrowserUk (Patriarch) on Jun 01, 2015 at 22:09 UTC | |
by Anonymous Monk on Jun 01, 2015 at 22:14 UTC | |
by smartyollie (Novice) on Jun 01, 2015 at 22:35 UTC | |
by davido (Cardinal) on Jun 01, 2015 at 23:02 UTC | |
by Anonymous Monk on Jun 01, 2015 at 22:47 UTC | |
Re: why does location of function matter?
by AnomalousMonk (Archbishop) on Jun 02, 2015 at 02:52 UTC | |
Re: why does location of function matter?
by GotToBTru (Prior) on Jun 02, 2015 at 14:42 UTC | |
| |
Re: why does location of function matter?
by GotToBTru (Prior) on Jun 01, 2015 at 22:05 UTC | |
Re: why does location of function matter?
by Anonymous Monk on Jun 01, 2015 at 22:09 UTC | |
A reply falls below the community's threshold of quality. You may see it by logging in. |