Help for this page

Select Code to Download


  1. or download this
    $s = undef;
    @a = ();
    %h = ();
    
  2. or download this
    undef $s;
    undef @a;
    undef %h;
    
  3. or download this
    $ perl -MDevel::Peek -e'
        $s = "abc"; Dump $s;
    ...
      REFCNT = 1
      FLAGS = ()                 <-- Var is undefined
      PV = 0                     <-- undef freed the buffer