On Tue, Jun 05, 2001 at 08:00:52AM -0400, Luinrandir Hernson wrote:
> many thanks for the assistance
> 
> here is the program in full so you may verify i did it correctly (i'm
sure there was a shorter way, but right now i'm just trying to get the
darn thing to work!!!)  But now an error of an uninitialize value in 46
&51 occurs and I don't know what to do..please assist? I marked them with
a comment like this "#######  use of uninitialize value". Also an error
"Arguement "" isn't numeric in eq at line 58" also marked as above.

Just as an additional note, I've found that putting 

use diagnostics;

in all my programs during development is very helpful. This basically
gives you verbose descriptions of the error messages you're experiencing
and will often pinpoint what is wrong. It also means you don't have to 
wade your way through perldoc perldiag.

Cheers,
Bill 

-- 
Bill Stilwell                               
[EMAIL PROTECTED]                        
It's all margins.
Oh, just read my weblog: http://www.marginalia.org

Reply via email to