From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-09-08 17:29:13
|
The alpha release of HWXperl is out! You can get it at http://sourceforge.net/project/showfiles.php?group_id=55705&release_id=10794 2 HWXperl is only the interpreter for the HWX applications and the enverioment. This show the basics of the HWX enverioment, including GML (GUI Markup Language), the new extra resources added in the Perl interpreter, like PerlBin, that allow the end user to create a binary for the script without a compiler, just using the normal Perl binarys. HWXperl has new resources in the Perl syntax too, like the DotRef, that allow things like that: obj.frame.MyFrame.Show(1) ; With this is more easy to find your object, you just need to know the ID, and all the OO commands are enable before it. You can use this to get the reference variable of the boject too: $frame = obj.frame.MyFrame ; All of this works in the native syntax of Perl, this is not a filter module, and are enabled inside eval() and in the Check Syntax. Graciliano M. P. |