Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    # add default to the configuration db
    $c_config->add_default ( default => 'aa' );
    $c_config->_write_configuration();
    
  2. or download this
    ### _write_configuration - store start
    
    ...
    
    ### _write_configuration - store start
    Segmentation fault
    
  3. or download this
    static int do_store(
            pTHX_
    ...
            dSTCXT;       <--- here
            int status;
            ...
    
  4. or download this
    SV *perinterp_sv = *hv_fetch(PL_modglobal,
        MY_VERSION, sizeof(MY_VERSION)-1, TRUE);
    stcxt_t * cxt = ((perinterp_sv && SvIOK(perinterp_sv) && SvIVX(perinte
    +rp_sv)
        ? (stcxt_t *)SvPVX(SvRV(INT2PTR(SV*,SvIVX(perinterp_sv)))) : (stcx
    +t_t *) 0));
    
  5. or download this
    #!/usr/bin/perl
    
    ...
    # add default to the configuration db
    $c_config->add_default ( default => 'aa' );
    undef $c_config;