![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: Re: "Useless use of private variable in void context"by Seumas (Curate) |
on Jun 20, 2003 at 22:03 UTC ( #267726=note: print w/replies, xml ) | Need Help?? |
To clarify, using your method, do I want to have the length error appear physically before/after the error in question - or numerically?
Also, how is this possible?
The 'length' line of code is one line before the GeneratePassword() line, yet they show up as the same line in the error? Is this because the perl interpreter has simplified them into one line of code? However, if I place the 'length' line on the very next line after the GeneratePassword() line, I get the following (this is what I'm looking for, correct?
So using this method, does it not point to the line my $generated_password = GeneratePassword(); as the culprit?
In Section
Seekers of Perl Wisdom
|
|