On Wed, Jun 5, 2013 at 1:18 PM, Nemana, Satya <snem...@sonusnet.com> wrote:
> Hi
>
>
>
> I am having a slight difficulty in getting this accomplished.
>
> When my perl program keeps running, I sometimes need to pause the screen
> output and check some things on the output.
>
> But, I want my program to still keep running  while I pause the screen.
> (using ctrl+s on putty)
>
> But the program also is pausing.(I tested this with a simple program which
> prints number from 1-100 sleeping 1 second after each print , but the main
> program I am trying to get this working is much complex, so will try things
> here first before modifying the original program)
>
>

It is not clear what is the final aim, but having the program to go to
the background would suffice, assuming you have a way to redirect
output somewhere so that it will annoy you and assuming you don't have
to provide input during the process run.

Luca

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to