Instead of%hash = (this => "one", that => two);
You use {} to initialize a hash reference, and () to initialize an actual hash.%hash = {this => "one", that => two};
In reply to Re^2: dumping a hash
by imp
in thread dumping a hash
by herby1620
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |