umasuresh has asked for the wisdom of the Perl Monks concerning the following question:
This is what I tried so far: After making a softlink of the two directories required for using this module (Devel, Tk) in the directory that I am running the script:perl -d:ptkdb my_perl_script.pl
How do I make this work? Thanks much!perl -d:ptkdb my_script.pl couldn't connect to display ":0" at /usr/lib64/perl5/vendor_perl/5.8.8 +/x86_64-linux-thread-multi/Tk/MainWindow.pm line 55. MainWindow->new() at Devel/ptkdb.pm line 1147 Can't call method "setup_main_window" on unblessed reference at Devel/ +ptkdb.pm line 4151.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to invoke a module installed locally?
by choroba (Cardinal) on Dec 02, 2010 at 16:44 UTC | |
by umasuresh (Hermit) on Dec 02, 2010 at 17:39 UTC | |
by aquarium (Curate) on Dec 02, 2010 at 23:01 UTC |