joybee2015 has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I copied DialogBox.pm and Wm.pm to my local directory and modified a little bit in dialog->"add" , wm->"popup" subroutines. And I used the line "perl -Mlib=localdirctorypath myperl.pl" to run myperl script. It didn't seem to use the local subroutines. In myperl.pl I have line "Use Tk::Dialogbox".
Can anyone tell me what I should do to make it work?
Thanks a lot!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to override the standard module
by Corion (Patriarch) on Oct 01, 2015 at 19:53 UTC | |
|
Re: How to override the standard module ( Monkeypatch Tk megawidget)
by Anonymous Monk on Oct 01, 2015 at 21:54 UTC |