Hy
My question simple ...
In my Windows Machinei have ActiveState Perl installed,
i make my scripts, if i dont know something i search the
answer, se them how they work whit IIS, use CrimsonEditor
to write en execute the Perl code, etc, etc, and all is well. :-)
but my problem is that now i have
Hy
My question simple ...
In my Windows Machinei have ActiveState Perl installed,
i make my scripts, if i dont know something i search the
answer, se them how they work whit IIS, use CrimsonEditor
to write en execute the Perl code, etc, etc, and all is well. :-)
but my problem is that now i have
In a message dated 4/12/2005 3:56:43 P.M. Eastern Standard Time,
[EMAIL PROTECTED] writes:
> Hi all,> > I am working with GD::Graph and I am
retrieving some data from a DB and> formatting the data into a string
that I can use for graphing.> my @data = "">> My $myGraph =
GD::Graph::lines->
From: Hsu, David [mailto:[EMAIL PROTECTED]
>
> Hi all,
>
> I am working with GD::Graph and I am retrieving some data from a DB and
> formatting the data into a string that I can use for graphing.
> my @data = ($data1);
> My $myGraph = GD::Graph::lines->new(400,300);
> ...
>
> The problem is tha
Thanks Randy, for the insight.
For those Perl programmers who want to know how to download Randy's list
of Perl packages, access the list at http://theoryx5.uwinnipeg.ca/ppms/.
To install the package (from ActiveState Perl 5.8 PPM), type the following:
ppm install http://theoryx5.uwinnipeg.ca/ppm
Hi all,
I am working with GD::Graph and I am retrieving some data from a DB and
formatting the data into a string that I can use for graphing.
my @data = ($data1);
My $myGraph = GD::Graph::lines->new(400,300);
...
The problem is that my formatted string of data is not in the correct
format and