On 11/22/20 12:33 AM, wagsworl...@yahoo.com wrote:
The only problem I was trying to determine was could i know if I was running from BBEdit dynamically or not? That was the question. No problem, just could I know what environment I was running in. The output was a the Unix output log which up to the last update automatically came to the front of the BBEdit windows. No longer does. Whether it is Perl or another scripting language, I was trying to make it easier as one tested.
that still is an XY problem. you are asking for X (know where perl is being spawned) when your actual problem is Y (getting the log file to pop up). they are not the same problem. if you just need to see the log file, run a tail -f command in a shell window and it will show you all the new log stuff as it happens. that is not a perl problem.

thanx,

uri

--
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