in reply to Re: Using perlcc to compile stand alone code
in thread Using perlcc to compile stand alone code

Thanks, I'll have to check into that in the modules themselves. I have:
use Fcntl ':flock'; use POSIX; use IO::Socket;
in the beginning of my program, but perhaps one of the (or the others I am 'use'ing have 'require's in them.