in reply to Config.pm and i_limits
Config.pm's i_limits = 'define' means that perl is honoring the C library definitions from the standard header limits.h. To get those definitions available to perl, run h2ph -a limits.h. Afterwards,
require 'limits.ph';
After Compline,
Zaxo
|
|---|