in reply to Re^2: not able to make defined-or operator work in my code
in thread RE: not able to make defined-or operator work in my code
$ perl -e"use Data::Dump qw/ dd /; %ENV = (hi =>undef ); dd( \%ENV ); { HI => undef }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: not able to make defined-or operator work in my code
by Anonymous Monk on Feb 11, 2015 at 01:33 UTC | |
by lonewolf28 (Beadle) on Feb 11, 2015 at 01:43 UTC | |
by Anonymous Monk on Feb 11, 2015 at 01:52 UTC |