Re: GD graph title line break

2006-01-10 Thread Sisyphus
- Original Message - From: "Mark Zvolanek" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 10, 2006 11:11 AM Subject: GD graph title line break Hi, How do I add new line to the gd graph title? I tried "\n", this did not work. Thanks Mark --

RE: Classes as modules?

2006-01-10 Thread Suresh Govindachar
Studying Damian Conway's Object Oriented Perl http://www.manning.com/books/conway will help in getting an understanding of Object Oriented Programming in general (as an abstract concept and as it is implemented in a few languages) and as it applies to programming in perl. --Sures

Re: Classes as modules?

2006-01-10 Thread Foo Ji-Haw
OK, looking at 'perlnewmod', it has a section called 'What should I make into a module?', which states: "You should make a module out of any code that you think is going to be useful to others." That settles my question. The classes I have written for this project are specific to this pro

Re: Classes as modules?

2006-01-10 Thread $Bill Luebkert
Lyle Kopnicky wrote: > OK, looking at 'perlnewmod', it has a section called 'What should I make > into a module?', which states: > > "You should make a module out of any code that you think is going to be > useful to others." > > That settles my question. The classes I have written for this pro

Xbase module

2006-01-10 Thread Ted Yu
Hi Everyone: DBF files have this column that is "marked for deletion". There is an X in the first column if it is marked for deletion. I really need a way to identify this "marked for deletion" column. Appreciate any idea on how to identify this column. I am using the following method to read

RE: GD graph title line break

2006-01-10 Thread Mark Zvolanek
Scott, "\n\r" does not work for me. $my_graph->set( # title => $title, title => "line 1 \n\r line 2", ); I also tried to use "preserve_nl => 1," See image for result. Thanks Mark -Original Mes

Re: Classes as modules?

2006-01-10 Thread Lyle Kopnicky
$Bill Luebkert wrote: Lyle Kopnicky wrote: Thanks for your reply. But supposing I'm going to keep each class in it's own file, what is the advantage of making that file a module? Have you read the man pages on modules ? perlmod Perl modules: how

RE: remote ODBC problem

2006-01-10 Thread Hsu, David
Driver letter. Also here is the error message I am getting: couldn't open ODBC connection because-1032[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its

RE: remote ODBC problem

2006-01-10 Thread Hsu, David
I do have the file shared and every included "Everyone" in the permissions, but still did not connect to the DB. David -Original Message- From: Luke Bakken [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 1:57 PM To: Hsu, David Cc: perl-win32-users@listserv.activestate.com Subjec

RE: GD graph title line break

2006-01-10 Thread Scott Campbell
I believe "\n\r" will do it for you in GD. Scott Campbell Senior Software Developer Somix Technologies http://www.somix.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Zvolanek Sent: Monday, January 09, 2006 7:12 PM To: Perl-Win32-Users@listserv