Hi monks,
I want to know about these 3 statements which are not clearly specified in
perlembed
(1)
PERL_SYS_INIT3(&argc,&argv,&env); Is this "argv" parameter is the same as "argv" in "perl_parse".And what is the need of this command?
(2)
PL_exit_flags |= PERL_EXIT_DESTRUCT_END; Why is this needed exactly ?
(3)
PERL_SYS_TERM(); What is the use of this command?
Could any one the monks in the perl monastry help me ?