You'll also see people using undef to undefine things. Consult perlfunc for details on undef.@array = (); # empty the array %hash = (); # empty the hash $var = undef; # empty the variable
In reply to Re: Improving memory performance
by dws
in thread Improving memory performance
by ezekiel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |