if you're using ooRexx, try address command 'dig +short myip.opendns.com @resolver1.opendns.com' with output stem ostm. On 10/2/25 07:45, JaimeC wrote: Hi, Since I no longer have access to comp.lang.rexx I'm hoping someone here can help me. From the Ubuntu command line this command: dig +short myip.opendns.com @resolver1.opendns.com Will return my external public IP address. Rather than have the output display on the console I'd like to be able to capture that output into a variable. Back in my mainframe...
Well at the risk of being the spark for a flame war... I'll say that I almost always use The Hessling Editor. Its code folding is absolutely fantastic "x all;/::/ *" for example to display all the directives in an ooRexx program with 'shadow' lines representing the excluded line(s). THE's command-line-and-prefix-area idiom are instantly familiar to former users of ISPF and xedit, but may be offputting to new users. Installation and use on Windows systems is perfectly straightforward; the variety...
What curses library to specify for debian server
Hi Erich, I agree on the sad state of the website, it's been neglected for quite a while. Do you have a recommendation for a proper CMS? I have no idea what was used in the past. Do you know what is used for NetRexx.org? I am leaning toward 'borrowing' as much as I can from that site. I'll look into what to do to get this patch reflected in the website. Broken as it is I'd still like to see the current GA download show up 😉 On 2023-09-25 07:31, Erich wrote: status: open --> wont-fix Comment: I believe...
Link to 5.0.0 GA Release download
pfmji, but I always use 'increnental development' On 2023-09-19 07:00, Jeremy Nicoll wrote: of such files as I tinker* with the code. * o Hmm, that does not sound very professional. I expect there is some modern/trendy buzzword for continuing development that I should use instead... -- taf
Using Ubuntu 22.04 ooRexx 5.0.0 building a module for Apache httpd 2.4. The build seems to complete without error, but when Apache loads the resulting .so module, it reports RexxVariablePool as undefined. Can anyone tell me where this entry point is defined in ooRexx 5.0.0? Has something changed in this area (rexxapi??) recently? taf
Is this an single instance failure? Or is the failure repeatable--i.e. does the failure always occur in the same spot (the midst of the same assignment statement) or does it happen in other locations?