Help for this page

Select Code to Download


  1. or download this
    SV* super_i;
    super_i = get_sv("main::buu_test_i", TRUE);
    SvIV_set(super_i, 42);
    SvIOK_on(super_i);