Hi Guys,
I was basically trying to open IE. I was having a look around and stumble upon start and ShellExecute. But when I run the script. I see this error "
This application has failed to start because perl512.dll was not found.Re-installing the application may fix this problem." I am not able to figure out why this error is thrown and what should I be doing to fix this.
use Win32::GUI;
ShellExecute( 'open' => "$ENV{ProgramFiles}\\Internet Explorer\\iexplo
+re.exe");