How Perl in MacOS X

2005-04-12 Thread Rene Morales D.
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

How Perl in MacOS X

2005-04-12 Thread Rene Morales D.
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

Re: String formatting

2005-04-12 Thread Williamawalters
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->

RE: String formatting

2005-04-12 Thread Bowie Bailey
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

Re: how to parse querystring in mod_perl without using cgi

2005-04-12 Thread Foo Ji-Haw
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

String formatting

2005-04-12 Thread Hsu, David
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