Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Fixing an XS based dist

by jk2addict (Chaplain)
on Aug 09, 2005 at 18:20 UTC ( [id://482354]=perlquestion: print w/replies, xml ) Need Help??

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"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://482354]
Approved by Tanalis
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (9)
As of 2024-03-28 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found