Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::MMF::Shareable;
    ...
    print Dumper($alias);
    
    # $ns->debug();
    
  2. or download this
    __OUTPUT__
    
    ...
              'g',
              'h'
            ];
    
  3. or download this
    +-----------------+
    | Var1 definition |
    ...
    +-----------------+<- Heap Bottom
    | MMF Descriptor  |
    +-----------------+
    
  4. or download this
    use strict;
    # ----------------------------------------------------------------
    ...
    }
    delete $colours{'red'};
    exit;