Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
master

Method master()->_main()


Method _main

void _main(array(string) orig_argv, array(string) env)

Description

This function is called when all the driver is done with all setup of modules, efuns, tables etc. etc. and is ready to start executing _real_ programs. It receives the arguments not meant for the driver and an array containing the environment variables on the same form as a C program receives them.