in reply to Re: What the heck does "tests->{$stype} ||= {};" do?
in thread What the heck does "tests->{$stype} ||= {};" do?
my %tests = %{$tests->{$stype} || {}};
A user level that continues to overstate my experience :-))
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: What the heck does "tests->{$stype} ||= {};" do?
by ikegami (Patriarch) on Sep 20, 2008 at 11:23 UTC | |
by Bloodnok (Vicar) on Sep 20, 2008 at 13:34 UTC |