3 lines
71 B
Perl
3 lines
71 B
Perl
|
#undef Function undefines an already defined variable.
|
||
|
|
||
|
undef $name;
|