Re: [perl-win32-gui-users] Can't call method STORE on an undefined value during global destruction

2011-06-06 Thread Vijay Maurya
Hi All, I Want to do the formatting of Doc or RTF format using perl.Didn't get anything from google.Please help me on Priority Basis. Formatting Include[Bolding of the letters,changing of the font,changing of the color of words] Thanks in advance.

Re: [perl-win32-gui-users] Can't call method STORE on an undefined value during global destruction

2011-06-06 Thread Hulley, Rob (APJ GCC Storage TPM)
2011 11:25 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Can't call method STORE on an undefined value during global destruction Hi All, I Want to do the formatting of Doc or RTF format using perl.Didn't get anything from google.Please help me on Priority

[perl-win32-gui-users] Can't call method STORE on an undefined value during global destruction

2011-05-20 Thread Roode, Eric
When some of my Win32::GUI programs exit, I get the above error message. Trapping the error (via %SIG) gives no useful information, as caller() reports that the error occurred at main.pl, line 0. Searching the web, I found a tantalizing almost-solution in this thread:

Re: [perl-win32-gui-users] Can't call method STORE on an undefined value during global destruction

2011-05-20 Thread Jeremy White
When some of my Win32::GUI programs exit, I get the above error message. Trapping the error (via %SIG) gives no useful information, as caller() reports that the error occurred at main.pl, line 0. Searching the web, I found a tantalizing almost-solution in this thread: