<?xml version="1.0" encoding="windows-1252"?>
<node id="220057" title="Re: Re: Re: Re: Tk vs. wxPerl" created="2002-12-15 16:26:47" updated="2004-12-02 13:05:15">
<type id="11">
note</type>
<author id="107642">
PodMaster</author>
<data>
<field name="doctext">
&lt;code&gt;
use Wx qw[:everything];
*Wx::App::OnInit = sub {1};
my $a = Wx::App-&gt;new;
my $f = Wx::Frame-&gt;new( undef, -1, 'Hello, world!',
                                   [200,200] , [350, 100] );
$a-&gt;SetTopWindow($f);
$f-&gt;Show(1);
$a-&gt;MainLoop();
__END__
&lt;/CODE&gt;
Books don't mean much (perl can be easily learned from POD, and why should learning a simple GUI framework require a book).
&lt;p&gt;
The wxWindows docs are &lt;b&gt;plentiful&lt;/b&gt; and they are extremely clear, and the wxPerl version of them comes with &lt;b&gt;Perl:&lt;/b&gt; notes, which explain any differences in the API.
&lt;p&gt;
The wxPerl mailing list does indeed have a search engine, even if you failed to see it (i do not just post links blindly, loook to your left [https://sourceforge.net/mailarchive/forum.php?forum_id=3459|here]), and Mattia is very responsive (not many questions come up that are unanswereable by Mattia, and those that are, you just take straight to the [http://lists.wxwindows.org/|wxWindows mailing lists]).
&lt;p&gt;
&lt;b&gt;update:&lt;/b&gt; wxPerl is less of a mystery than perlTk ever is/will be to anyone new to either.
&lt;p&gt;
&lt;table border=0&gt;&lt;tr&gt;&lt;td&gt;
&lt;font size=1&gt;
&lt;hr&gt;
[MJD]  [http://www.perl.org/yapc/2002/movies/themovie/|says] you &lt;i&gt;
can't just make shit up and expect the computer to know what you mean, retardo&lt;/i&gt;!

&lt;hr width="50%" align=left&gt;
** The Third rule of perl club is a statement of fact: pod &lt;I&gt;is&lt;/I&gt; sexy.&lt;/font&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</field>
<field name="root_node">
219778</field>
<field name="parent_node">
220008</field>
</data>
</node>
