programming-examples/perl/SystemFunction/The undef Function.pl
2019-11-15 12:59:38 +01:00

3 lines
71 B
Perl

#undef Function undefines an already defined variable.
undef $name;