in reply to Re: Warnings:
in thread Uninitialized value in string warnings (was: Warnings:)

I'm already using:

#!perl.exe -w use strict; use diagnostics;

but I don't want to turn off warnings or strict for the whole program to avoid this which I know about and am ready to except.

See above (or below?) for my reply to the previous poster for why I was trying to avoid the ternary op.

Thanks.