|
Posted by Justin C on March 13, 2008, 11:05 am
Please log in for more thread options > Justin C wrote:
>>
>> The warning is:
>>
>> Name "ProductCodes::codes" used only once: possible typo at
>>
>> How can I stop this without turning off warnings?
>
> Replace require by use or
>
> { no warnings 'once'; print $ProductCodes::codes; }
That's got it, thanks Frank.
Justin.
--
Justin C, by the sea.
|