Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
The undef Function : undef « System Functions « Perl
Perl
System Functions
undef
The undef Function
#undef Function undefines an already defined variable. undef $name;
Related examples in the same category