Hi
I have bought the book, (Learning Perl/Tk, O'Reilly) and tested a program that
## Loads/edits/saves files using text widget"
this works fine
I have also created a program that calls a subroutine and creates another button, fine.
However once I paste the code from chapter8 program into the sub routine I'm hit with error messages as below
Global symbol "$t" requires explicit package name at helloc.plx line 56.
Global symbol "$mwilename" requires explicit package name at helloc.plx line 57. etc
Could anyone tell me of a quick way around this please?
Thanks
I have bought the book, (Learning Perl/Tk, O'Reilly) and tested a program that
## Loads/edits/saves files using text widget"
this works fine
I have also created a program that calls a subroutine and creates another button, fine.
However once I paste the code from chapter8 program into the sub routine I'm hit with error messages as below
Global symbol "$t" requires explicit package name at helloc.plx line 56.
Global symbol "$mwilename" requires explicit package name at helloc.plx line 57. etc
Could anyone tell me of a quick way around this please?
Thanks