On 2011-01-07 22:52:45, DWOODHOW wrote:
Show quoted text> using tk::text does
>
> $txt->dump even exist? I see the documentation for it but nothing
happens
The dump method works for me:
perl -MData::Dumper -MTk -e 'warn Dumper tkinit->Text-
Show quoted text>dump("1.0","end")'
$VAR1 = 'mark';
$VAR2 = 'insert';
$VAR3 = '1.0';
$VAR4 = 'mark';
$VAR5 = 'current';
$VAR6 = '1.0';
$VAR7 = 'text';
$VAR8 = '
';
$VAR9 = '1.0';
Regards,
Slaven