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