Help for this page
SWITCH: for (ref $param) { /HASH/ && do { ... last SWITCH; }; }
/ARRAY/ && do { # Do something for array ref last SWITCH; };