Re: unicode filenames win32

2003-06-05 Thread Anil Gulati
I have been a few days out trying to make this work, but I hope that you won't be bored or annoyed with me now, and may be able to help me with this question a bit further.. Thanks for all your work, Rob. Thankfully I have been using .. round my filenames from the beginning. Thank God I didn't

unicode Tk::Tree Win32 (further to unicode filenames win32)

2003-06-05 Thread Anil Gulati
Dear Perl-win-ders, I am now paralelling this problem with the unicode filenames win32: When Tk::Tree is made to store unicode strings, probably of a foreign encoding (will check and give more info on this soon) (e.g. cp932) it fails to display correctly (shows ascii rendition). BUT When the

Stupid Definite Question

2003-06-05 Thread Leon
Hi everyone, This may seem done but I cant seem to figure out the difference. What is the difference between a function and a method? It kind of seems like methods are functions of modules. Thx, Leon Do you Yahoo!? Free online calendar with sync to Outlook(TM).

RE: Stupid Definite Question

2003-06-05 Thread Alistair . McGlinchy
Title: Message Leon: From: Leon [mailto:[EMAIL PROTECTED] This may seem done but I cant seem to figure out the difference. What is the difference between a function and a method? It kind of seems like methods are functions of modules. Check out perltoot - Tom's object-oriented tutorial

Re: Stupid Definite Question

2003-06-05 Thread Dougal Campbell
On Wed, 4 Jun 2003, Leon wrote: Hi everyone, This may seem done but I cant seem to figure out the difference. What is the difference between a function and a method? It kind of seems like methods are functions of modules. There is no difference, practically speaking. But technically