I am using Perl only, and I am trying to code-in the lines that would change the homapage url for Internet Explorer after running this Perl program.
*I am using the head
You could use Win32::TieRegistry (https://metacpan.org/module/ADAMK/Win32-TieRegistry-0.26/lib/Win32/TieRegistry.pm) to edit the registry to set:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Start Page"="http://www.example.com/"