in reply to Re^2: Module Architecture
in thread Module Architecture

I use Perl almost exclusively on Windows, but the code I write can be used cross-platform - as is the intention for most Perl code. Is your module(s) truly only for Linux? Otherwise, I certainly would not include 'linux' in the distribution name.

Replies are listed 'Best First'.
Re^4: Module Architecture
by QuillMeantTen (Friar) on Aug 24, 2015 at 18:40 UTC

    Thing is it will very probably be, depending on the way I implement IPC... Have a look at my dilemna

    Since I dont think an implementation usint unix sockets would be crossplatforms I might be left with named pipes for everything on one host and inet sockets for everything else :(

    Anyway my project is a long way from being done, I have a lot of modules to write to even get the skeleton done so I guess I'll have time to think about it.

    Still, why would it be such a bad idea to start a top level name?

        thanks, that's a good read, it just got rid of my three or four name ideas ^^