Thanks! This is mostly a remnant of the more complex scripts that actually implement the service.
They do something like this:
if(!$isCompiled && defined($ARGV[1]) && $ARGV[1] eq "--debug") { print("Development INC activated\n\n"); unshift @INC, "/home/cavac/src/maplat_prodit/lib"; unshift @INC, "/home/cavac/src/maplat_framework/lib"; $isDebugging = 1; } else { print("Development INC deactivated\n\n"); $isDebugging = 0; }
In reply to Re^4: Problems with forking
by cavac
in thread Problems with forking
by mraspberry
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |