Help for this page

Select Code to Download


  1. or download this
    undef $scalar;        # $scalar = undef
    undef @array;         # @array = ()
    undef %hash;          # %hash = ()