I am running/testing PERL using the DOS command function. It works fine for most things - i.e. it runs the script and shows the output/response in a new command output tab. However, I want to use it with a line in the program such as:
$foo = <STDIN>
and it will need to receive information from the command line before moving past this line.
I thought it would wait for a response in the command output tab, but it stops and waits for input somewhere I can't see: i.e. it stops and the run DOS button is greyed out. Is it possible to run and accept input from within UltraEdit?. I can always run it from a command prompt, but it is nicer to do the test cycles without having to switch back and forth.
I am using version 10.10c
Thanks,
Jane
$foo = <STDIN>
and it will need to receive information from the command line before moving past this line.
I thought it would wait for a response in the command output tab, but it stops and waits for input somewhere I can't see: i.e. it stops and the run DOS button is greyed out. Is it possible to run and accept input from within UltraEdit?. I can always run it from a command prompt, but it is nicer to do the test cycles without having to switch back and forth.
I am using version 10.10c
Thanks,
Jane