- 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
--
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
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
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
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
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
$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
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
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
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
10 matches
Mail list logo