>>>>> "Jeffrey" == Jeffrey Friedl <[EMAIL PROTECTED]> writes:
Jeffrey> The right side of the => need to be quoted:
Jeffrey> ENABLE => 'FORCE_BUILD',
Jeffrey> DISABLE => 'CLEAN_AFTER_BUILD';
You could be weird and "inline" another fat arrow:
ENABLE => FORCE_BUILD =>
DISABLE => CLEAN_AFTER_BUILD =>;
--
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!