Re: Perl script: where was I executed from?
Uri Guttman <[email protected]>
| Newsgroups | gmane.comp.lang.perl.beginners |
|---|---|
| Organization | Perl Hunter |
| Message-ID | <[email protected]> |
On 11/22/20 12:33 AM, [email protected] 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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/