Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    SV* mkstr() {
        return newSVpv("This is another string!", 0);
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
        return av_make(size, pint);    
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
        return hash;    
    }
    
  4. or download this
    #!/usr/bin/perl
    
    ...
        
        return sv_bless(rv, gv_stashpv("MyClass", GV_ADD));    
    }