Help for this page

Select Code to Download


  1. or download this
    SV* get_date (char* str)
    {
    ...
        memcpy (new_date+4, str, 4);
        return newSVpv(new_date,8);
    }