sub builtinInit { print STDERR "Entering builtinInit()\n"; print STDERR "do script.pl\n"; do 'script.pl'; print STDERR "Done with script.pl\n"; }