in reply to Re: Embed empty value using qw()
in thread Embed empty value using qw()

Actually, it's more like doing that in a BEGIN block--qw(a b c) becomes ('a', 'b', 'c') at compile time (at least in newer Perls).

=cut
--Brent Dax
There is no sig.