>>>>> "Kyle" == Kyle Moffett <[EMAIL PROTECTED]> writes:

Kyle> $hash->{variant}{xwin} = the contents of the variant foo
Kyle> $hash->{variant}{xwin}{cppflags} = the CPPFlags used when compiling
Kyle> with xwindows support

I hope you realize you can't use both of these at the same time.
If $hash->{variant}{xwin}{cppflags} is active, then $hash->{variant}{xwin}
has to be a hashref, stringifying as HASH(0xNNNNN).

Common error, want to make sure you're not making same.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to