$ perl -wle'push $hash{key}, 23;' Type of arg 1 to push must be array (not hash element) at -e line 2, near "23;" Execution of -e aborted due to compilation errors.