#!/usr/bin/perl use strict; use warnings; my %hash; print %hash ? 'defined' : 'undefined'; [download]
In reply to Re: Defined vs. undefined by kwaping in thread Defined vs. undefined by tamaguchi