Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How to handle a browser window that opens up during the execution of some external program commands

by McA (Priest)
on Mar 28, 2013 at 13:27 UTC ( [id://1025964]=note: print w/replies, xml ) Need Help??


in reply to How to handle a browser window that opens up during the execution of some external program commands

A little bit offtopic: Seeing this question let me ask whether your problem at Child process opened using open function works fine but doesn't work with open2 function is now solved for you? It seems you collect the output of the powershell into a log file while feeding powershell via pipe. Does that mean the question mentioned above is solved for you?

McA

  • Comment on Re: How to handle a browser window that opens up during the execution of some external program commands

Replies are listed 'Best First'.
Re^2: How to handle a browser window that opens up during the execution of some external program commands
by tarunmudgal4u (Sexton) on Mar 28, 2013 at 16:03 UTC

    Hi McA, Thanks for your help in previous post :) As you can see in this script snippet, I redirected the powershell STDOUT to a file. It's not the exact solution of my earlier problem but, it's just a workaround.

    In my earlier post I wanted to store the powershell script output in a variable. It didn't work using open2 function. So, to move ahead with my objective in a faster way, I used this workaround. Now, here again as you see, I found a trouble :) This time my powershell script invoked a browser, where I need to put my credential and click on the validation button.

    Here, I think I can solve this problem in two ways, either modify the powershell code itself or find a way in perl to handle it. First way to modify powershell script seems reluctant to me as it would require powershell knowledge and also modification in the existing scripts (this thing I want to avoid). Second way is good as it would enhance my Perl skills and I would love that :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1025964]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-18 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found