Hi, I've prototyped an application in perl, since this is for an appliance with limited space, I planned to port it to C. However, I'd like to look into the possibility of using perl for this type of situation. The standard distribution with all its packages are too big for my case. How do I build a minumum perl? especially how do I find out which packages/modules I need and only include those? I'd like to even strip some of those core modules if I don't use them. Is there such a tool? Thanks.