programming-examples/perl/SystemFunction/The undef Function.pl

3 lines
71 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
#undef Function undefines an already defined variable.
undef $name;