The undef Function : undef « System Functions « Perl






The undef Function

      

#undef Function undefines an already defined variable. 

undef $name;

   
    
    
    
    
    
  

Related examples in the same category