Help for this page
return (0 eq system "$KSH_SCRIPT"?$1:2);
return (0 eq system "$KSH_SCRIPT"?1:0);
return (0 eq system "$KSH_SCRIPT")?1:0;