Output is as follows:
G:\>perl -v
This is perl, version 5.004_02
Copyright 1987-1997, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.
G:\>perl -MWin32::GUI -e "print Win32::GUI::Version();"
Beta
Aldo Calpini wrote:
> Timothy Thomas wrote:
> >In the Treeview.pl example program(attached) that came with win32::gui,
> >the options: lines, buttons and root lines do not work, does anyone know
> >what is the correct syntax for making this code work, the syntax:
> >$TV->Change(-lines => $HasLines->Checked); doesn't seem to make the
> >change properly.
>
> it works for me.
> can you tell us the output of these two lines on your system:
>
> perl -v
> perl -MWin32::GUI -e "print Win32::GUI::Version();"
>
> __END__
> # Aldo Calpini
> %x=split(//, "xritajbugne fahokem csuctawer jhdtlrnpqloevkshpr");
> foreach (sort keys(%x)) { print $x{$_}; };