What do you mean by that and what is the actual problem you're trying to solve?
Solaris / SunOS and Linux are different operating systems, so modules that are written to work on Linux will likely only work on Linux. Most modules will likely work the same on both platforms. See also perlport.
| [reply] |
It would be trivial to write a module which works on SunOS, but on Linux (just rely on some OS specific feature which is not available in Linux). Since there is no "CPAN police" catching those programmers who upload modules with this type of compatibility problems, and since the content of CPAN is always subject to change, your question is principally not answerable.
OTOH, since nobody introduces such incompatibilities just for fun, chances are very high that a certain module works on both platforms.
--
Ronald Fischer <ynnor@mm.st>
| [reply] [d/l] |