Courage has asked for the wisdom of the Perl Monks concerning the following question:
However, I did not succeed (although many other modules that I tried succeeded to be built, self-tested and installed).
Test and installation of a module was okay, but when I tried to use it I got folowing:
Line 98 of that file is innocent: it just contains following:D:\Work\PerlScripts\utl>perl -d:ptkdb repath.pl No DB::DB routine defined at d:/perl58m/lib/Devel/ptkdb.pm line 98. BEGIN failed--compilation aborted at d:/perl58m/lib/Devel/ptkdb.pm lin +e 98. Compilation failed in require. BEGIN failed--compilation aborted.
Has anyone faced similar problem? Could you please share your experience?use vars qw($VERSION @dbline %dbline);
That version of ptkdb worked okay with 5.6.1
Courage, the Cowardly Dog.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How ptkdb could be made to work with perl-5.8.0+Tk-800.024?
by ralphie (Friar) on Jul 26, 2002 at 13:04 UTC | |
by Courage (Parson) on Jul 29, 2002 at 14:23 UTC | |
|
Re: How ptkdb could be made to work with perl-5.8.0+Tk-800.024?
by Courage (Parson) on Aug 01, 2002 at 07:23 UTC |