Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 64596
Status: resolved
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: DWOODHOW [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 804.029
Fixed in: (no value)



Subject: Tk::Text Functions not working properly
using tk::text does $txt->dump even exist? I see the documentation for it but nothing happens
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