Help for this page

Select Code to Download


  1. or download this
    undef $x;
    
  2. or download this
    $x = undef;
    
  3. or download this
    use SwiggedCLib;
    
    ...
    
    #destroy the struct - Perl doesn't know how
    SwiggedCLib::destroyIt( $pointer );
    
  4. or download this
    undef $pointer;