Help for this page
use Debug::Filter::PrintExpr; ... ... #@{@array} #${$array[3]} #%{custom_label: %hash}
line 28: $some_var = 'some content' line 29: @array = ('this', 'is', 'an', 'array') line 30: $array[3] = 'array' custom_label: %hash = ('key2' => 'value2', 'key1' => 'value1')