The answer to that question is:

Tkx::set("tcl_platform($key)")

However if you are using this for windowing system information, you should
instead use:

Tkx::tk("windowingsystem")
or
Tkx::tk_windowingsystem()

which returns win32, aqua or x11.



On Mon, Feb 2, 2015 at 7:57 AM, Mike Ignatoski <mai_king...@comcast.net>
wrote:

> (Hopefully) simple question:
>
> In my Tkx perl app, I'm trying to access the Tcl "tcl_platform"
> variable, but I can't manage to get it working.
>
> Any help or direction is appreciated.
>
> Thanks,
> Mike
>
> _______________________________________________
> ActivePerl mailing list
> ActivePerl@listserv.ActiveState.com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to