Help for this page
sub copy { ... } return $new_step; }
$copy=$original; # DOES NOT WORK
%copy=%original; # DOES NOT WORK