in reply to uninitialized value in Tk::DBI::Table
This is with Tk 800.24, Tk::DBI::Table 0.02, perl 5.8.4 (AS build 810).parent element "1980-01-01 00:00:00" does not exist at C:/Perl/site/li +b/Tk.pm li ne 247. at C:/Perl/site/lib/Tk/Derived.pm line 469
Update: After some mucking about, I found that the "." in the date/time string was messing up the $hlist->add($entryPath) method (the date/time being used as the entry path for the HList). The "." is truncatated from the string in the error message, because "." is the default path 'separator' for an HList.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: uninitialized value in Tk::DBI::Table
by TonyDonker (Novice) on Feb 18, 2005 at 08:34 UTC | |
by TonyDonker (Novice) on Feb 18, 2005 at 09:03 UTC | |
by runrig (Abbot) on Feb 18, 2005 at 18:26 UTC |