Help for this page

Select Code to Download


  1. or download this
    package MyModule;
    use vars qw(@ISA $VERSION $CONSTANT_NAME);
    ...
    }
    
    bootstrap MyModule $VERSION;
    
  2. or download this
    #include "my_constants.h"
    
    ...
        SvIOK_on( const_sv );
        SvREADONLY_on( const_sv );
    }