in reply to Re^2: Escaping %paramsin thread Escaping %params
for my $param (keys %params) { print "$param: $params{$param}<br>" } [download]