in reply to Re: A plague on all your features
in thread A plague on all your features
$VAR1 = { 'a' => undef, 'b' => { 'feature_bareword_filehandles' => 1, 'feature_indirect' => 1, 'feature_multidimensional' => 1, 'feature_say' => 1, 'feature_state' => 1, 'feature_switch' => 1 }, 'c' => undef, 'd' => { 'feature_bareword_filehandles' => 1, 'feature_indirect' => 1, 'feature_multidimensional' => 1, 'feature_say' => 1, 'feature_state' => 1, 'feature_switch' => 1 }, 'e' => { 'feature_bareword_filehandles' => 1, 'feature_indirect' => 1, 'feature_multidimensional' => 1, 'feature_say' => 1 }, 'f' => { 'feature_bareword_filehandles' => 1, 'feature_indirect' => 1, 'feature_multidimensional' => 1 }, 'g' => { 'feature_bareword_filehandles' => 1, 'feature_indirect' => 1, 'feature_multidimensional' => 1 } };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A plague on all your features
by ikegami (Patriarch) on Mar 07, 2023 at 00:58 UTC | |
by ikegami (Patriarch) on Mar 07, 2023 at 01:04 UTC | |
by ikegami (Patriarch) on Mar 07, 2023 at 01:17 UTC |