Help for this page

Select Code to Download


  1. or download this
    C:\Data-UUID-0.11>perl Makefile.PL
    Checking if your kit is complete...
    ...
    default umask (0007):
    Note (probably harmless): No library found for -lsocket
    Writing Makefile for Data::UUID
    
  2. or download this
    #include <string.h>
    #include <stdio.h>
    ...
    #include <unistd.h>
    #include <time.h>
    #include "md5.h"
    
  3. or download this
    #define __CYGWIN__
    #include <string.h>
    ...
    //#include <unistd.h>
    #include <time.h>
    #include "md5.h"