Help for this page

Select Code to Download


  1. or download this
    sub main {
        my $self = shift;
    ...
            exit &$coderef();
        }
    } #main
    
  2. or download this
    # GlxShMem
    # this is an replacement for an old SysV IPC shm package ported to Win
    ...
    1;
    
    ### end GlxShMem
    
  3. or download this
    package GlxModd;
    
    ...
    } # main
    
    1;